Searched defs:fullPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/rawbu/
H A Dbackup.cpp254 char* fullPath = NULL; local
281 if (fullPath == NULL) {
282 free(fullPath);
284 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2);
285 strcpy(fullPath, srcPath);
286 fullPath[srcLen] = '/';
287 strcpy(fullPath+srcLen+1, de->d_name);
292 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) {
301 int ret = lstat(fullPath, &statBuffer);
305 fullPath, strerro
[all...]
/frameworks/base/libs/utils/
H A DAssetManager.cpp1470 String8 fullPath; local
1480 fullPath = partialPath;
1481 pContents = scanDirLocked(fullPath);

Completed in 93 milliseconds