Home | History | Annotate | Download | only in androidfw

Lines Matching full:pathname

1072 Asset* AssetManager::openAssetFromFileLocked(const String8& pathName,
1077 if (strcasecmp(pathName.getPathExtension().string(), ".gz") == 0) {
1078 //printf("TRYING '%s'\n", (const char*) pathName);
1079 pAsset = Asset::createFromCompressedFile(pathName.string(), mode);
1081 //printf("TRYING '%s'\n", (const char*) pathName);
1082 pAsset = Asset::createFromFile(pathName.string(), mode);
1304 * Pick out the stuff in the current dir by examining the pathname.
1305 * It needs to match the partial pathname prefix, and not have a '/'
1994 * Generate the partial pathname for the specified archive. The caller