/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/ |
H A D | query.rs | 65 let _ = remove_all(); in query_without_limit() 85 let _ = remove_all(); in query_with_offset_without_limit() 109 let _ = remove_all(); in query_with_limit_with_without_offset() 182 let _ = remove_all(); in query_with_order()
|
H A D | common.rs | 71 pub(crate) fn remove_all() -> Result<()> { in remove_all() function
|
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_sa.cpp | 357 std::filesystem::remove_all(curPath, errCode); in MoveMineOldFile() 383 std::filesystem::remove_all(oldDir, errCode); in MoveDirectoryTree()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | rmdirent.cpp | 41 std::uintmax_t num = std::filesystem::remove_all(strToPath, errCode); in RmDirent()
|
H A D | movedir.cpp | 58 (void)filesystem::remove_all(pathName, errCode); in RmDirectory()
|
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/ |
H A D | file_utils.cpp | 105 std::filesystem::remove_all(path, errorCode); in RemoveAll()
|
/ohos5.0/base/global/i18n/services/src/ |
H A D | hmos_timezone_mount.cpp | 117 std::filesystem::remove_all(entry.path(), ec); in clearPath()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | panic_report_recovery.cpp | 126 if (!std::filesystem::remove_all(entry.path(), errorCode)) { in ClearFilesInDir()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime.cpp | 601 std::filesystem::remove_all(cacheInfoPath); in OH_NNModel_HasCache() 612 std::filesystem::remove_all(cacheInfoPath); in OH_NNModel_HasCache()
|
H A D | nncompiler.cpp | 466 std::filesystem::remove_all(cacheInfo); in OnlineBuild()
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_file_parser.cpp | 77 std::filesystem::remove_all(dirPath, errorCode); in DeleteFiles()
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_asset_recv_listener.cpp | 231 bool ret = std::filesystem::remove_all(removePath.c_str()); in RemoveAsset()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_client_test.cpp | 141 EXPECT_GE(std::filesystem::remove_all(std::filesystem::current_path() / srcDir), 0); 142 EXPECT_GE(std::filesystem::remove_all(std::filesystem::current_path() / destDir), 0); 180 EXPECT_GE(std::filesystem::remove_all(std::filesystem::current_path() / srcDir), 0); 181 EXPECT_GE(std::filesystem::remove_all(std::filesystem::current_path() / destDir), 0);
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/ |
H A D | trans_listener.cpp | 45 std::filesystem::remove_all(pathName, errCode); in RmDir()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_key_v1_ext_test/ |
H A D | fscrypt_key_v1_ext_test.cpp | 58 std::filesystem::remove_all(NEED_RESTORE_PATH); in TearDownTestCase()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_media_library.cpp | 744 isDir ? sf::remove_all(fromPath, ec) : sf::remove(fromPath, ec); in MoveObject() 803 sf::remove_all(path, ec); in DeleteObject()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/ |
H A D | end_to_end_test.cpp | 428 ASSERT_GT(fs::remove_all(cachePath), (std::uintmax_t)1);
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_display_bind_helper_test.cpp | 69 if (fs::remove_all(INPUT_NODE_PATH) == 0) { in InitInputNode()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | file_fs_impl.cpp | 431 (void)filesystem::remove_all(pathName, errCode); in RmDirectory()
|