Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include_pathutils/androidfw/
DPathUtils.h34 String8 getPathLeaf(const String8& str);
/frameworks/base/tools/aapt/
DCacheUpdater.h78 toCreate = appendPathCopy(getPathLeaf(existsPath), toCreate); in ensureDirectoriesExist()
DPackage.cpp174 printf("Archive is empty -- removing %s\n", getPathLeaf(outputFile).c_str()); in writeAPK()
DAaptAssets.cpp986 addFile(getPathLeaf(srcFile), AaptGroupEntry(), getPathDir(srcFile), in slurpFromArgs()
1263 dir->removeFile(getPathLeaf(entryName)); in slurpResourceZip()
1266 status_t err = dir->addLeafFile(getPathLeaf(entryName), file); in slurpResourceZip()
DImages.cpp1593 String16 resourceName(parseResourceName(getPathLeaf(file->getSourceFile()))); in postProcessImage()
DCommand.cpp2495 String8 storageName = getPathLeaf(String8(fileName)); in doAdd()
DResource.cpp1721 assets->addResource(getPathLeaf(workItem.resPath), in buildResources()
DResourceTable.cpp87 dir->removeFile(getPathLeaf(target->getPath())); in compileXmlFile()
/frameworks/base/libs/androidfw/
DPathUtils.cpp23 String8 getPathLeaf(const String8& str) { in getPathLeaf() function
DBackupHelpers.cpp662 String8 leaf = getPathLeaf(fullname); in write_tarfile()
DAssetManager.cpp1272 info.set(getPathLeaf(String8(nameBuf)), kFileTypeRegular); in scanAndMergeZipLocked()