Searched refs:DATA_PATH (Results 1 – 4 of 4) sorted by relevance
68 #ifndef DATA_PATH69 #define DATA_PATH "/" macro72 #define DATA_PATH STARTUP_INIT_UT_PATH"/storage/data/system/param/" macro74 #define DATA_PATH STARTUP_INIT_UT_PATH"/storage/data/system/param/" macro76 #define DATA_PATH STARTUP_INIT_UT_PATH"/data/service/el1/startup/parameters/" macro83 #define PARAM_PERSIST_SAVE_PATH DATA_PATH "persist_parameters"84 #define PARAM_PERSIST_SAVE_TMP_PATH DATA_PATH "tmp_persist_parameters"
27 #define DATA_PATH "/storage/data/system/param/" macro30 #ifndef DATA_PATH31 #define DATA_PATH "" macro76 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()
64 PARAM_LOGI("InitParamService %s", DATA_PATH); in InitParamService()66 CheckAndCreateDir(DATA_PATH); in InitParamService()
150 defines += [ "DATA_PATH=\"${config_ohos_startup_init_lite_data_path}\"" ]