Lines Matching full:pathname
1039 Asset* AssetManager::openAssetFromFileLocked(const String8& pathName,
1044 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) {
1045 //printf("TRYING '%s'\n", (const char*) pathName);
1046 pAsset = Asset::createFromCompressedFile(pathName.string(), mode);
1048 //printf("TRYING '%s'\n", (const char*) pathName);
1049 pAsset = Asset::createFromFile(pathName.string(), mode);
1271 * Pick out the stuff in the current dir by examining the pathname.
1272 * It needs to match the partial pathname prefix, and not have a '/'
1961 * Generate the partial pathname for the specified archive. The caller