Searched refs:rmdir (Results 1 – 11 of 11) sorted by relevance
168 zassert_ok(rmdir(TEST_DIR), "Error removing dir: %d\n", errno); in ZTEST()177 zassert_not_ok(rmdir(TEST_DIR), "Error Non empty dir removed"); in ZTEST()178 zassert_not_ok(rmdir(""), "Error Invalid path removed"); in ZTEST()179 zassert_not_ok(rmdir(NULL), "Error Invalid path removed"); in ZTEST()180 zassert_not_ok(rmdir("TEST_DIR."), "Error Invalid path removed"); in ZTEST()181 zassert_not_ok(rmdir(TEST_FILE), "Error file removed"); in ZTEST()
13 DEL := rmdir /S /Q
47 int rmdir(const char *path);
236 rmdir(pb_com_path); in edttd_clean_up()
91 rmdir tests:
223 os.rmdir(base_dir)250 os.rmdir(base_dir)
454 int rmdir(const char *path) in rmdir() function
424 .rmdir = fuse_fs_access_rmdir,
252 rmdir(), yes
1289 os.rmdir(path)
1379 * Support for :c:func:`rmdir` and :c:func:`remove`.