Home
last modified time | relevance | path

Searched refs:read_dir (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Handle-vendored-sources-when-remapping-paths.patch23 - for entry in t!(std::fs::read_dir(registry_src)) {
34 + for entry in t!(std::fs::read_dir(registry_src)) {
/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c9 EXPORT_SYMBOL_GPL(read_dir);
H A Dhostfs.h77 extern char *read_dir(void *stream, unsigned long long *pos_out,
H A Dhostfs_user.c109 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() function
H A Dhostfs_kern.c286 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()
/openbmc/linux/scripts/
H A Drustdoc_test_gen.rs112 let mut paths = fs::read_dir("rust/test/doctests/kernel") in main()