Searched refs:readPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/rawbu/
H A Dbackup.cpp454 char* readPath = (char*)malloc(pathLen+1); local
455 if (fread(readPath, 1, pathLen, fh) != (size_t)pathLen) {
457 free(readPath);
460 readPath[pathLen] = 0;
461 *path = readPath;
465 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
470 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
475 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
480 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
486 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
[all...]

Completed in 76 milliseconds