Searched refs:RenameFile (Results 1 – 8 of 8) sorted by relevance
| /base/account/os_account/services/accountmgr/test/unittest/os_account/ |
| D | os_account_control_file_manager_test.cpp | 116 static int RenameFile(const std::string &src, const std::string &des) in RenameFile() function 560 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 565 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 593 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 600 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 612 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH, 616 RenameFile(Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 629 RenameFile(Constants::GLOBAL_OSACCOUNT_CONSTRAINTS_JSON_PATH, 634 RenameFile(Constants::GLOBAL_OSACCOUNT_CONSTRAINTS_JSON_PATH + "_blk", 647 RenameFile(Constants::SPECIFIC_OSACCOUNT_CONSTRAINTS_JSON_PATH, [all …]
|
| /base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/ |
| D | account_dump_helper_test.cpp | 109 static int RenameFile(const std::string &src, const std::string &des) in RenameFile() function 436 RenameFile(Constants::ACCOUNT_LIST_FILE_JSON_PATH, 444 RenameFile(Constants::ACCOUNT_LIST_FILE_JSON_PATH + "_blk", 459 RenameFile(Constants::ACCOUNT_LIST_FILE_JSON_PATH, 474 RenameFile(Constants::ACCOUNT_LIST_FILE_JSON_PATH + "_blk",
|
| /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 | 420 auto ret = FileUtil::RenameFile(GenerateLogFileName(caseName, SUFFIX_0), 425 (void)FileUtil::RenameFile(GenerateLogFileName(caseName, SUFFIX_0),
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| D | file_util.h | 101 bool RenameFile(const std::string& src, const std::string& dest);
|
| /base/hiviewdfx/hiview/base/utility/ |
| D | file_util.cpp | 377 bool RenameFile(const std::string& src, const std::string& dest) in RenameFile() function
|
| /base/hiviewdfx/hiview/base/ |
| D | libhiviewbase.map | 148 …"OHOS::HiviewDFX::FileUtil::RenameFile(std::__h::basic_string<char, std::__h::char_traits<char>, s…
|