Searched refs:MakeFilePath (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_xml_utils.cpp | 52 std::string backupFileName = MakeFilePath(fileName, STR_BACKUP); in RemoveBackupFile() 65 std::string backupFileName = MakeFilePath(fileName, STR_BACKUP); in RenameFromBackupFile() 95 std::string name = MakeFilePath(fileName, fileType); in RenameFile() 117 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlReadFile() 305 PreferencesFileLock fileLock(MakeFilePath(fileName, STR_LOCK), dataGroupId); in XmlSaveFormatFileEnc()
|
H A D | preferences_helper.cpp | 227 std::string backupPath = MakeFilePath(filePath, STR_BACKUP); in DeletePreferences() 228 std::string brokenPath = MakeFilePath(filePath, STR_BROKEN); in DeletePreferences() 229 std::string lockFilePath = MakeFilePath(filePath, STR_LOCK); in DeletePreferences()
|
H A D | preferences_utils.cpp | 26 std::string MakeFilePath(const std::string &prefPath, const std::string &suffix) in MakeFilePath() function
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/ |
H A D | preferences_utils.h | 41 std::string MakeFilePath(const std::string &prefPath, const std::string &suffix);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 583 bool newJsModulePath = MakeFilePath(codePath, modulePath, fileName); 598 bool newJsModulePath = MakeFilePath(codePath, modulePath, fileName); 613 bool newJsModulePath = MakeFilePath(codePath, modulePath, fileName);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/ |
H A D | file_path_utils.h | 40 …bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileNam…
|
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_xml_utils_test.cpp | 412 PreferencesXmlUtils::WriteSettingXml(MakeFilePath(fileName, STR_BACKUP), "", "", settings);
|
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/ |
H A D | file_path_utils.cpp | 407 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath() function
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1041 if (!MakeFilePath(codePath_, modulePath, fileName)) { in LoadModule() 1178 if (!MakeFilePath(codePath_, path, fileName)) { in RunSandboxScript()
|