Home
last modified time | relevance | path

Searched refs:getPathLeaf (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tools/aapt/
DCacheUpdater.h70 toCreate = existsPath.getPathLeaf().appendPath(toCreate); in ensureDirectoriesExist()
DPackage.cpp172 printf("Archive is empty -- removing %s\n", outputFile.getPathLeaf().string()); in writeAPK()
DAaptAssets.cpp2022 addFile(srcFile.getPathLeaf(), AaptGroupEntry(), srcFile.getPathDir(), in slurpFromArgs()
2294 dir->removeFile(entryName.getPathLeaf()); in slurpResourceZip()
2297 status_t err = dir->addLeafFile(entryName.getPathLeaf(), file); in slurpResourceZip()
DCommand.cpp1548 String8 storageName = String8(fileName).getPathLeaf(); in doAdd()
/frameworks/native/include/utils/
DString8.h146 String8 getPathLeaf(void) const;
/frameworks/base/libs/androidfw/
DAssetManager.cpp187 overlayPath.append(path.getPathLeaf()); in addAssetPath()
1285 tmp.setFileName(tmp.getFileName().getPathLeaf()); in scanAndMergeDirLocked()
1484 info.set(String8(nameBuf).getPathLeaf(), kFileTypeRegular); in scanAndMergeZipLocked()
DBackupHelpers.cpp654 String8 leaf = fullname.getPathLeaf(); in write_tarfile()
/frameworks/native/libs/utils/
DString8.cpp482 String8 String8::getPathLeaf(void) const in getPathLeaf() function in android::String8
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp444 const String8 leaf(entryName.getPathLeaf()); in movie()