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

/frameworks/base/tools/aapt/
H A DDirectoryWalker.h80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); local
81 stat(fullPath.string(),&mStats);
H A DFileFinder.cpp60 String8 fullPath = basePath.appendPathCopy(entryName); local
62 if (isDirectory(fullPath.string()) ) {
64 findFiles(fullPath, extensions, fileStore,copy);
69 if (isFile(fullPath.string()) ) {
70 checkAndAddFile(fullPath,dw->entryStats(),extensions,fileStore);
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp255 char* fullPath = NULL; local
282 if (fullPath == NULL) {
283 free(fullPath);
285 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2);
286 strcpy(fullPath, srcPath);
287 fullPath[srcLen] = '/';
288 strcpy(fullPath+srcLen+1, de->d_name);
293 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) {
302 int ret = lstat(fullPath, &statBuffer);
306 fullPath, strerro
[all...]
/frameworks/base/libs/utils/
H A DAssetManager.cpp1705 String8 fullPath; local
1715 fullPath = partialPath;
1716 pContents = scanDirLocked(fullPath);

Completed in 842 milliseconds