Home
last modified time | relevance | path

Searched refs:rmdir (Results 1 - 11 of 11) sorted by relevance

/developtools/hdc/scripts/
H A Dhdc_medium_test.py33 from dev_hdc_test import execute_lines_in_file, hdc_get_key, rmdir, pytest_run namespace
73 rmdir(get_local_path('it_package'))
115 check_hdc_cmd("shell rmdir data/local/tmp/it")
H A Dhdc_normal_test.py31 from dev_hdc_test import make_multiprocess_file, rmdir namespace
124 rmdir(get_local_path('it_problem_dir'))
H A Ddev_hdc_test.py278 def rmdir(path): function
631 rmdir(dir_path)
647 rmdir(dir_path)
657 rmdir(dir_path)
680 rmdir(file_path)
/developtools/packing_tool/adapter/ohos/
H A DPackageNormalize.java113 rmdir(tmpDir); in normalize()
117 private static void rmdir(Path dir) throws IOException { in rmdir() method in PackageNormalize
H A DPackageUtil.java288 public static boolean rmdir(Path dir) { in rmdir() method in PackageUtil
305 LOG.warning("rmdir err: " + ex.getMessage()); in rmdir()
H A DCompressor.java1296 PackageUtil.rmdir(tmpDir); in compressFastAppMode()
/developtools/global_resource_tool/src/
H A Dfile_entry.cpp318 bool result = rmdir(AdaptLongPath(path).c_str()) == 0; in RemoveAllDirInner()
320 bool result = rmdir(path.c_str()) == 0; in RemoveAllDirInner()
/developtools/hdc/src/daemon/
H A Ddaemon_app.cpp227 rmdir(subpath.c_str()); in RemoveDir()
234 if (rmdir(dir.c_str()) == -1) { in RemoveDir()
/developtools/ace_js2bundle/ace-loader/
H A Dmain.product.js45 fs.rmdir(url, function(err) {});
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dutils.cpp250 return !IsFileExists(dir) || (rmdir(dir.c_str()) == 0); in RemoveDirectory()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h4892 int (*rmdir)(struct inode *, struct dentry *); member
5533 int (*rmdir)(struct kernfs_node *); member
44861 int (*rmdir)(struct inode *, const struct qstr *); member
51532 int (*rmdir)(const char *); global() member
[all...]

Completed in 421 milliseconds