Searched refs:DATA_PATH (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/startup/init/services/param/include/ |
H A D | param_utils.h | 68 #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 D | param_impl_posix.c | 27 #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 D | param_service.c | 64 PARAM_LOGI("InitParamService %s", DATA_PATH); in InitParamService() 66 CheckAndCreateDir(DATA_PATH); in InitParamService()
|
H A D | BUILD.gn | 149 defines += [ "DATA_PATH=\"${config_ohos_startup_init_lite_data_path}\"" ]
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_common.h | 131 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 D | bundle_installer.cpp | 69 dataDirPath_ = DATA_PATH; in ModifyInstallDirByHapType() 76 dataDirPath_ = DATA_PATH; in ModifyInstallDirByHapType() 88 dataDirPath_ = DATA_PATH; in RestoreInstallEnv()
|
H A D | bundle_manager_service.cpp | 52 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 D | gt_bundle_parser.cpp | 892 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 D | bundle_parser.cpp | 265 dataDirPath = DATA_PATH; in ParseHapProfile()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | util.cpp | 58 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 D | hisysevent.yaml | 69 DATA_PATH: {type: STRING, desc: the file path which is tampered}
|