Lines Matching full:rootdir
1030 * Create a path to a loose asset (asset-base/app/rootDir).
1032 String8 AssetManager::createPathNameLocked(const asset_path& ap, const char* rootDir)
1035 if (rootDir != NULL) path.appendPath(rootDir);
1264 const asset_path& ap, const char* rootDir, const char* dirName)
1282 path = createPathNameLocked(ap, rootDir);
1327 path = createPathNameLocked(ap, rootDir);
1452 const asset_path& ap, const char* rootDir, const char* baseDirName)
1468 /* convert "sounds" to "rootDir/sounds" */
1469 if (rootDir != NULL) dirName = rootDir;