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

/frameworks/base/tools/aapt/
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);
H A DDirectoryWalker.h80 String8 fullPath = mBasePath.appendPathCopy(mEntry.d_name); local
81 stat(fullPath.string(),&mStats);
H A DAaptAssets.cpp98 String8 fullPath(root);
99 fullPath.appendPath(path);
100 FileType type = getFileType(fullPath);
/frameworks/base/cmds/rawbu/
H A Dbackup.cpp260 char* fullPath = NULL; local
287 if (fullPath != NULL) {
288 free(fullPath);
290 fullPath = (char*)malloc(srcLen + strlen(de->d_name) + 2);
291 strcpy(fullPath, srcPath);
292 fullPath[srcLen] = '/';
293 strcpy(fullPath+srcLen+1, de->d_name);
298 if (strcmp(SKIP_PATHS[i].path, fullPath) == 0) {
307 int ret = lstat(fullPath, &statBuffer);
311 fullPath, strerro
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java592 StringBuilder fullPath = new StringBuilder(sdPath);
594 fullPath.append(File.separatorChar).append(subdirectory);
599 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString()));
602 fullPath.append(File.separatorChar).append(filename);
603 file = new File(fullPath.toString());
/frameworks/rs/
H A DrsFont.cpp757 String8 fullPath(getenv("ANDROID_ROOT"));
758 fullPath += fontsDir;
760 mDefault.set(Font::create(mRSC, fullPath.string(), 8, mRSC->getDPI()));
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1723 String8 fullPath; local
1733 fullPath = partialPath;
1734 pContents = scanDirLocked(fullPath);
/frameworks/base/media/java/android/media/
H A DMediaScanner.java1582 boolean fullPath = (ch1 == '/' ||
1585 if (!fullPath)
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java5495 File fullPath = null;
5497 fullPath = new File(mRootDir, path);
5498 fullPathStr = fullPath.getPath();
5540 p = scanPackageLI(fullPath,

Completed in 185 milliseconds