Lines Matching refs:rootDir
1074 * Create a path to a loose asset (asset-base/app/rootDir).
1076 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir)
1079 if (rootDir != NULL) path.appendPath(rootDir);
1308 const asset_path& ap, const char* rootDir, const char* dirName)
1326 path = createPathNameLocked(ap, rootDir);
1371 path = createPathNameLocked(ap, rootDir);
1496 const asset_path& ap, const char* rootDir, const char* baseDirName)
1512 /* convert "sounds" to "rootDir/sounds" */
1513 if (rootDir != NULL) dirName = rootDir;