Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp333 …char *srcRawFilePath = BundleUtil::Strscat(srcRawFilePathComp, sizeof(srcRawFilePathComp) / sizeof… in MoveRawFileToDataPath() local
334 if (srcRawFilePath == nullptr) { in MoveRawFileToDataPath()
339 if (!BundleUtil::IsDir(srcRawFilePath)) { in MoveRawFileToDataPath()
341 AdapterFree(srcRawFilePath); in MoveRawFileToDataPath()
349 AdapterFree(srcRawFilePath); in MoveRawFileToDataPath()
353 if (!BundleUtil::RenameDir(srcRawFilePath, dstRawFilePath)) { in MoveRawFileToDataPath()
355 AdapterFree(srcRawFilePath); in MoveRawFileToDataPath()
359 AdapterFree(srcRawFilePath); in MoveRawFileToDataPath()