Searched refs:HasWrittenFile (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | gt_extractor_util.cpp | 126 if (!HasWrittenFile(appInstallPath, *relativeFilePath, *fileName, fp, fileSize)) { in ExtractFileToPath() 196 bool GtExtractorUtil::HasWrittenFile(const char *installPath, const char *path, const char *filenam… in HasWrittenFile() function in OHOS::GtExtractorUtil
|
H A D | gt_bundle_extractor.cpp | 163 if (!GtExtractorUtil::HasWrittenFile(path, relativeFilePath, fileName, fp, fileSize)) { in ExtractResourceFile()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | gt_extractor_util.h | 30 …static bool HasWrittenFile(const char *installPath, const char *path, const char *filename, int32_…
|