Home
last modified time | relevance | path

Searched refs:MakeFilePath (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_xml_utils.cpp52 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 Dpreferences_helper.cpp227 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 Dpreferences_utils.cpp26 std::string MakeFilePath(const std::string &prefPath, const std::string &suffix) in MakeFilePath() function
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/include/
H A Dpreferences_utils.h41 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 Dfile_path_utils_test.cpp583 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 Dfile_path_utils.h40 …bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileNam…
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_xml_utils_test.cpp412 PreferencesXmlUtils::WriteSettingXml(MakeFilePath(fileName, STR_BACKUP), "", "", settings);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp407 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 Djs_runtime.cpp1041 if (!MakeFilePath(codePath_, modulePath, fileName)) { in LoadModule()
1178 if (!MakeFilePath(codePath_, path, fileName)) { in RunSandboxScript()