Home
last modified time | relevance | path

Searched defs:remove_dir (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs53 fn remove_dir() { in remove_dir() function
/ohos5.0/build/test/example/
H A Dtest_gn_template.py55 def remove_dir(): function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs118 pub async fn remove_dir<P: AsRef<Path>>(path: P) -> io::Result<()> { in remove_dir() function