Searched refs:getFileName (Results 1 - 23 of 23) sorted by path

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DTracer.java282 previousCaller.getMethodName(), previousCaller.getFileName(),
/frameworks/base/core/java/android/app/
H A DApplicationErrorReport.java363 throwFileName = trace.getFileName();
/frameworks/base/core/java/android/ddm/
H A DDdmHandleThread.java155 if (elem.getFileName() != null)
156 bufferSize += elem.getFileName().length() * 2;
169 if (elem.getFileName() != null) {
170 out.putInt(elem.getFileName().length());
171 putString(out, elem.getFileName());
/frameworks/base/core/java/android/webkit/
H A DPlugin.java108 public String getFileName() { method in class:Plugin
/frameworks/base/core/java/com/android/internal/http/multipart/
H A DByteArrayPartSource.java73 * @see PartSource#getFileName()
75 public String getFileName() { method in class:ByteArrayPartSource
H A DFilePart.java198 String filename = this.source.getFileName();
H A DFilePartSource.java111 * @see PartSource#getFileName()
113 public String getFileName() { method in class:FilePartSource
H A DPartSource.java59 String getFileName(); method in interface:PartSource
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp383 const String8& name = dir->getFileName(i);
/frameworks/base/include/androidfw/
H A DAssetDir.h53 const String8& getFileName(int idx) { function in class:android::AssetDir
54 return mFileInfo->itemAt(idx).getFileName();
114 const String8& getFileName(void) const { return mFileName; } function in class:android::AssetDir::FileInfo
H A DObbFile.h46 const char* getFileName() const { function in class:android::ObbFile
/frameworks/base/libs/androidfw/
H A DAsset.cpp626 const char* fname = mMap->getFileName();
H A DAssetDir.cpp50 cmp = strcmp(pVector->itemAt(cur).getFileName(), fileName);
H A DAssetManager.cpp1146 //printf("USING Zip '%s'\n", pEntry->getFileName());
1166 dataMap->getFileName(), mode, pAsset);
1171 dataMap->getFileName(), mode, pAsset);
1238 (const char*) pMergedInfo->itemAt(i).getFileName());
1292 (const char*) pMergedInfo->itemAt(i).getFileName());
1352 if (mCache[i].getFileName().length() > path.length() &&
1353 strncmp(mCache[i].getFileName().string(), path.string(), path.length()) == 0)
1355 const char* name = mCache[i].getFileName().string();
1361 tmp.setFileName(tmp.getFileName().getPathLeaf());
1394 name = pContents->itemAt(i).getFileName()
[all...]
/frameworks/base/native/android/
H A Dasset_manager.cpp142 assetDir->mCachedFileName = assetDir->mAssetDir->getFileName(index);
158 assetDir->mCachedFileName = assetDir->mAssetDir->getFileName(index);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTexture2D.java63 public String getFileName() { method in class:Texture2D
H A DTextureCube.java64 public String getFileName() { method in class:TextureCube
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp1265 String8 entryName(entry->getFileName());
H A DCommand.cpp192 entry->getFileName());
194 printf("%s\n", entry->getFileName());
2008 dir->getFileName(i).string()));
H A DPackage.cpp152 entry->getFileName());
410 const char* storageName = entry->getFileName();
H A DZipEntry.h103 const char* getFileName(void) const { return (const char*) mCDE.mFileName; } function in class:android::ZipEntry
H A DZipFile.cpp163 strcmp(fileName, pEntry->getFileName()) == 0)
1017 // pEntry->getFileName(), adjust);
/frameworks/base/tools/split-select/
H A DMain.cpp229 Vector<String8> parts = AaptUtil::splitAndLowerCase(dir->getFileName(i), '-');
231 fprintf(stderr, "Malformed library %s\n", dir->getFileName(i).string());

Completed in 801 milliseconds