Lines Matching refs:rootDir
1016 * Create a path to a loose asset (asset-base/app/rootDir).
1018 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir)
1021 if (rootDir != NULL) path.appendPath(rootDir);
1250 const asset_path& ap, const char* rootDir, const char* dirName)
1268 path = createPathNameLocked(ap, rootDir);
1313 path = createPathNameLocked(ap, rootDir);
1438 const asset_path& ap, const char* rootDir, const char* baseDirName)
1454 /* convert "sounds" to "rootDir/sounds" */
1455 if (rootDir != NULL) dirName = rootDir;