Home
last modified time | relevance | path

Searched refs:remove_all (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs65 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 Dcommon.rs71 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 Dhks_sa.cpp357 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 Drmdirent.cpp41 std::uintmax_t num = std::filesystem::remove_all(strToPath, errCode); in RmDirent()
H A Dmovedir.cpp58 (void)filesystem::remove_all(pathName, errCode); in RmDirectory()
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dfile_utils.cpp105 std::filesystem::remove_all(path, errorCode); in RemoveAll()
/ohos5.0/base/global/i18n/services/src/
H A Dhmos_timezone_mount.cpp117 std::filesystem::remove_all(entry.path(), ec); in clearPath()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp126 if (!std::filesystem::remove_all(entry.path(), errorCode)) { in ClearFilesInDir()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dneural_network_runtime.cpp601 std::filesystem::remove_all(cacheInfoPath); in OH_NNModel_HasCache()
612 std::filesystem::remove_all(cacheInfoPath); in OH_NNModel_HasCache()
H A Dnncompiler.cpp466 std::filesystem::remove_all(cacheInfo); in OnlineBuild()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp77 std::filesystem::remove_all(dirPath, errorCode); in DeleteFiles()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp231 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 Dprint_cups_client_test.cpp141 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 Dtrans_listener.cpp45 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 Dfscrypt_key_v1_ext_test.cpp58 std::filesystem::remove_all(NEED_RESTORE_PATH); in TearDownTestCase()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp744 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 Dend_to_end_test.cpp428 ASSERT_GT(fs::remove_all(cachePath), (std::uintmax_t)1);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_display_bind_helper_test.cpp69 if (fs::remove_all(INPUT_NODE_PATH) == 0) { in InitInputNode()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp431 (void)filesystem::remove_all(pathName, errCode); in RmDirectory()