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

/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java61 void cleanUpDirectory(File pDir, String dirName) { argument
62 File testDir = new File(pDir, dirName);
/frameworks/base/libs/utils/
H A DAssetManager.cpp732 const String8& dirName, const String8& fileName)
737 if (dirName.length() > 0) {
738 sourceName.appendPath(dirName);
875 AssetDir* AssetManager::openDir(const char* dirName) argument
883 assert(dirName != NULL);
885 //printf("+++ openDir(%s) in '%s'\n", dirName, (const char*) mAssetBase);
908 LOGV("Adding directory %s from zip %s", dirName, ap.path.string());
909 scanAndMergeZipLocked(pMergedInfo, ap, kAssetsRoot, dirName);
911 LOGV("Adding directory %s from dir %s", dirName, ap.path.string());
912 scanAndMergeDirLocked(pMergedInfo, ap, kAssetsRoot, dirName);
731 createZipSourceNameLocked(const String8& zipFileName, const String8& dirName, const String8& fileName) argument
938 openNonAssetDir(void* cookie, const char* dirName) argument
990 scanAndMergeDirLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* rootDir, const char* dirName) argument
1185 String8 sourceName, zipName, dirName; local
1434 fncScanLocked(SortedVector<AssetDir::FileInfo>* pMergedInfo, const char* dirName) argument
1457 fncScanAndMergeDirLocked( SortedVector<AssetDir::FileInfo>* pMergedInfo, const asset_path& ap, const char* locale, const char* vendor, const char* dirName) argument
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1895 String8 dirName = entryName.getPathDir(); local
1896 sp<AaptDir> dir = dirName == "" ? this : makeDir(dirName);
H A DResource.cpp2059 const String8& dirName = d->getLeaf(); local
2062 if ((dirName == String8("layout")) || (strncmp(dirName.string(), "layout-", 7) == 0)) {
2064 } else if ((dirName == String8("xml")) || (strncmp(dirName.string(), "xml-", 4) == 0)) {

Completed in 129 milliseconds