Home
last modified time | relevance | path

Searched refs:SAFE_PATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/services/src/
H A Dhmos_libphonenumber_mount.cpp36 const std::string SAFE_PATH = "/data/service/el1/public/i18n/libphonenumber/"; variable
44 !IsDirExist(SAFE_PATH.c_str())) { in Mount()
49 std::string cotaOpkeyVersionDir = SAFE_PATH; in Mount()
64 if (!IsDirExist(SAFE_PATH.c_str())) { in CopyDataFile()
71 std::string dstPath = SAFE_PATH + DATA_FILES[i]; in CopyDataFile()
H A Dhmos_timezone_mount.cpp39 const std::string SAFE_PATH = "/data/service/el1/public/i18n/timezone/"; variable
73 !IsDirExist(SAFE_PATH.c_str())) { in Mount()
78 std::string cotaOpkeyVersionDir = SAFE_PATH; in Mount()
145 if (!IsDirExist(SAFE_PATH.c_str())) { in CopyDataFile()
150 std::filesystem::path safe_dir(SAFE_PATH); in CopyDataFile()
156 std::filesystem::path dst_path = std::filesystem::path(SAFE_PATH) / file; in CopyDataFile()