Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c168 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()
/Zephyr-latest/samples/application_development/external_lib/mylib/
DMakefile13 DEL := rmdir /S /Q
/Zephyr-latest/include/zephyr/posix/
Dunistd.h47 int rmdir(const char *path);
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c236 rmdir(pb_com_path); in edttd_clean_up()
/Zephyr-latest/tests/subsys/fs/fat_fs_api/
DREADME.txt91 rmdir tests:
/Zephyr-latest/scripts/tests/twister_blackbox/
Dtest_coverage.py223 os.rmdir(base_dir)
250 os.rmdir(base_dir)
/Zephyr-latest/lib/posix/options/
Dfs.c454 int rmdir(const char *path) in rmdir() function
/Zephyr-latest/subsys/fs/
Dfuse_fs_access.c424 .rmdir = fuse_fs_access_rmdir,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst252 rmdir(), yes
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Drunner.py1289 os.rmdir(path)
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1379 * Support for :c:func:`rmdir` and :c:func:`remove`.