Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/services/param/include/
H A Dparam_utils.h68 #ifndef DATA_PATH
69 #define DATA_PATH "/" macro
72 #define DATA_PATH STARTUP_INIT_UT_PATH"/storage/data/system/param/" macro
74 #define DATA_PATH STARTUP_INIT_UT_PATH"/storage/data/system/param/" macro
76 #define DATA_PATH STARTUP_INIT_UT_PATH"/data/service/el1/startup/parameters/" macro
82 #define PARAM_PERSIST_SAVE_PATH DATA_PATH "persist_parameters"
83 #define PARAM_PERSIST_SAVE_TMP_PATH DATA_PATH "tmp_persist_parameters"
86 #define PARAM_PUBLIC_PERSIST_SAVE_PATH DATA_PATH "public_persist_parameters"
87 #define PARAM_PUBLIC_PERSIST_SAVE_TMP_PATH DATA_PATH "tmp_public_persist_parameters"
/ohos5.0/base/startup/init/simulator/parameter/src/param_impl_posix/
H A Dparam_impl_posix.c27 #define DATA_PATH "/storage/data/system/param/" macro
30 #ifndef DATA_PATH
31 #define DATA_PATH "" macro
76 if (sprintf_s(keyPath, MAX_KEY_PATH + 1, "%s%s", DATA_PATH, key) < 0) { in GetSysParam()
115 if (sprintf_s(keyPath, MAX_KEY_PATH + 1, "%s%s", DATA_PATH, key) < 0) { in SetSysParam()
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_service.c64 PARAM_LOGI("InitParamService %s", DATA_PATH); in InitParamService()
66 CheckAndCreateDir(DATA_PATH); in InitParamService()
H A DBUILD.gn149 defines += [ "DATA_PATH=\"${config_ohos_startup_init_lite_data_path}\"" ]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h131 const char DATA_PATH[] = "/storage/app/data"; variable
156 const char DATA_PATH[] = "user/ace/data"; variable
/ohos5.0/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()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp58 const std::string DATA_PATH = "/data"; variable
280 return IsValidPath(DATA_PATH, filePath) || IsValidPath(INPUT_PATH, filePath); in IsValidJsonPath()
/ohos5.0/base/account/os_account/
H A Dhisysevent.yaml69 DATA_PATH: {type: STRING, desc: the file path which is tampered}