Home
last modified time | relevance | path

Searched refs:DATA_PATH (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h131 const char DATA_PATH[] = "/storage/app/data"; member
156 const char DATA_PATH[] = "user/ace/data"; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp69 dataDirPath_ = DATA_PATH; in ModifyInstallDirByHapType()
76 dataDirPath_ = DATA_PATH; in ModifyInstallDirByHapType()
88 dataDirPath_ = DATA_PATH; in RestoreInstallEnv()
H A Dbundle_manager_service.cpp52 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ManagerService()
185 installer_ = new (std::nothrow) BundleInstaller(INSTALL_PATH, DATA_PATH); in ServiceMsgProcess()
H A Dgt_bundle_parser.cpp892 int32_t len = strlen(DATA_PATH) + 1 + strlen(bundleProfile.bundleName) + 1; in SetBundleInfo()
897 if (sprintf_s(dataPath, len, "%s/%s", DATA_PATH, bundleProfile.bundleName) < 0) { in SetBundleInfo()
H A Dbundle_parser.cpp265 dataDirPath = DATA_PATH; in ParseHapProfile()
/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp58 const std::string DATA_PATH = "/data"; member
280 return IsValidPath(DATA_PATH, filePath) || IsValidPath(INPUT_PATH, filePath); in IsValidJsonPath()

Completed in 8 milliseconds