Home
last modified time | relevance | path

Searched defs:moduleDir (Results 1 – 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_exception_handler.cpp49 auto moduleDir = appCodePath + Constants::PATH_SEPARATOR + mark.packageName; in HandleInvalidBundle() local
Dbase_bundle_installer.cpp2444 …auto moduleDir = info.GetAppCodePath() + Constants::PATH_SEPARATOR + info.GetCurrentModulePackage(… in ExtractModule() local
2601 …std::string moduleDir = info.GetAppCodePath() + Constants::PATH_SEPARATOR + info.GetCurrentModuleP… in RemoveEmptyDirs() local
2629 auto moduleDir = info.GetModuleDir(modulePackage); in RemoveModuleAndDataDir() local
2701 …auto moduleDir = info.GetAppCodePath() + Constants::PATH_SEPARATOR + info.GetCurrentModulePackage(… in RenameModuleDir() local
Dbundle_mgr_service_event_handler.cpp745 …auto moduleDir = info.GetAppCodePath() + Constants::PATH_SEPARATOR + info.GetCurrentModulePackage(… in SaveInstallInfoToCache() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dinner_shared_bundle_installer.cpp272 std::string moduleDir = versionDir + Constants::PATH_SEPARATOR + moduleName; in ExtractSharedBundles() local
487 const std::string &moduleDir, in SaveHspToRealInstallationDir()
567 const std::string &moduleDir, in ProcessNativeLibrary()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
Dbundle_info.cpp408 for (auto &moduleDir : moduleDirs) { in Marshalling() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
Dbms_bundle_data_mgr_test.cpp3626 std::string moduleDir = Constants::BUNDLE_CODE_DIR + BUNDLE_TEST1 + variable
3652 std::string moduleDir = "data/test/bundleDir"; variable