Home
last modified time | relevance | path

Searched refs:GetFileNameByFilePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_installer_proxy.cpp507 ret = GetFileNameByFilePath(path, fileName); in WriteHapFileToStream()
535 ret = GetFileNameByFilePath(path, fileName); in WriteSignatureFileToStream()
564 ret = GetFileNameByFilePath(path, hspName); in WriteSharedFileToStream()
593 ret = GetFileNameByFilePath(path, fileName); in WritePgoFileToStream()
667 ErrCode BundleInstallerProxy::GetFileNameByFilePath(const std::string &filePath, std::string &fileN… in GetFileNameByFilePath() function in OHOS::AppExecFwk::BundleInstallerProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_proxy.h144 ErrCode GetFileNameByFilePath(const std::string &filePath, std::string &fileName);