Home | History | Annotate | Download | only in androidfw

Lines Matching refs:rootDir

1031  * Create a path to a loose asset (asset-base/app/rootDir).
1033 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir)
1036 if (rootDir != NULL) path.appendPath(rootDir);
1265 const asset_path& ap, const char* rootDir, const char* dirName)
1283 path = createPathNameLocked(ap, rootDir);
1328 path = createPathNameLocked(ap, rootDir);
1453 const asset_path& ap, const char* rootDir, const char* baseDirName)
1469 /* convert "sounds" to "rootDir/sounds" */
1470 if (rootDir != NULL) dirName = rootDir;