Searched refs:RenameFile (Results 1 – 7 of 7) sorted by relevance
| /base/account/os_account/services/accountmgr/test/unittest/os_account/ |
| D | os_account_control_file_manager_test.cpp | 106 static int RenameFile(const std::string &src, const std::string &des) in RenameFile() function 527 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 532 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 560 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 567 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 579 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 583 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 596 RenameFile(Constants::GLOBAL_OSACCOUNT_CONSTRAINTS_JSON_PATH, 601 RenameFile(Constants::GLOBAL_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 614 RenameFile(Constants::SPECIFIC_OSACCOUNT_CONSTRAINTS_JSON_PATH, [all …]
|
| /base/security/selinux_adapter/test/unittest/common/ |
| D | test_common.h | 31 int RenameFile(const std::string &src, const std::string &des);
|
| D | test_common.cpp | 150 int RenameFile(const std::string &src, const std::string &des) in RenameFile() function
|
| /base/hiviewdfx/hiview/base/utility/test/unittest/common/ |
| D | adapter_utility_ohos_test.cpp | 385 auto ret = FileUtil::RenameFile(GenerateLogFileName(caseName, SUFFIX_0), 390 (void)FileUtil::RenameFile(GenerateLogFileName(caseName, SUFFIX_0),
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | file_util.h | 98 bool RenameFile(const std::string& src, const std::string& dest);
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | file_util.cpp | 325 bool RenameFile(const std::string& src, const std::string& dest) in RenameFile() function
|
| /base/hiviewdfx/hiview/base/ |
| D | libhiviewbase.map | 137 …"OHOS::HiviewDFX::FileUtil::RenameFile(std::__h::basic_string<char, std::__h::char_traits<char>, s…
|