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

/frameworks/base/cmds/rawbu/
H A Dbackup.cpp455 char* readPath = (char*)malloc(pathLen+1); local
456 if (fread(readPath, 1, pathLen, fh) != (size_t)pathLen) {
458 free(readPath);
461 readPath[pathLen] = 0;
462 *path = readPath;
466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath);
471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath);
476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath);
481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath);
487 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath);
[all...]

Completed in 38 milliseconds