Home
last modified time | relevance | path

Searched refs:read_dir (Results 1 - 13 of 13) sorted by relevance

/third_party/rust/crates/linux-raw-sys/gen/src/
H A Dmain.rs35 for entry in fs::read_dir("../src").unwrap() { in main()
89 let mut linux_archs = fs::read_dir(&format!("linux/arch")) in main()
124 let mut modules = fs::read_dir("modules") in main()
/third_party/rust/crates/which-rs/src/
H A Dfinder.rs106 .flat_map(fs::read_dir) in find_re()
216 if let Ok(iter) = fs::read_dir(parent) { in correct_casing()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/
H A Dbuild.rs25 for entry in fs::read_dir(dir).unwrap() { in main()
/third_party/rust/crates/bindgen/bindgen-tests/
H A Dbuild.rs15 let headers = match fs::read_dir(headers_dir) { in main()
/third_party/backends/backend/
H A Dgphoto2.h180 static SANE_Int read_dir (SANE_String dir, SANE_Bool read_files);
H A Ddc240.h260 static SANE_Int read_dir (SANE_String dir);
H A Ddc240.c595 n = read_dir ("\\PCCARD\\DCIM\\*.*"); in get_info()
1673 num_pictures = read_dir (path); in get_pictures_info()
1827 * read_dir - read a list of file names from the specified directory
1833 read_dir (SANE_String dir) in read_dir() function
1840 SANE_Char f[] = "read_dir"; in read_dir()
H A Dgphoto2.c558 n = read_dir (TopFolder, 0); in get_info()
1615 num_pictures = read_dir (path, 1); in get_pictures_info()
1731 * read_dir - read a list of file names from the specified directory
1737 read_dir (SANE_String dir, SANE_Bool read_files) in read_dir() function
1740 SANE_Char f[] = "read_dir"; in read_dir()
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs202 let paths = fs::read_dir(data_dir()).expect("Please update the Git submodule"); in main()
/third_party/rust/crates/libc/ci/
H A Dstyle.rs59 for entry in t!(path.read_dir()).map(|e| t!(e)) { in walk()
/third_party/rust/crates/clap/clap_complete/src/
H A Ddynamic.rs507 for entry in std::fs::read_dir(&root) in complete_path()
/third_party/rust/crates/cxx/gen/build/src/
H A Dlib.rs436 let mut entries = match fs::read_dir(src) { in best_effort_copy_headers()
/third_party/rust/crates/glob/src/
H A Dlib.rs863 let dirs = fs::read_dir(path).and_then(|d| { in fill_todo()

Completed in 17 milliseconds