Lines Matching refs:file
18 cmsg.file("src/cmsg.c");
32 cc::Build::new().file("src/makedev.c").compile("makedev");
36 cc::Build::new().file("src/errqueue.c").compile("errqueue");
43 cc::Build::new().file("src/sigrt.c").compile("sigrt");
103 // NOTE: Android doesn't include the unix file (or the Linux file) because
105 // maintain a file for Android.
122 fn process_semver_file<W: Write, P: AsRef<Path>>(output: &mut W, path: &mut PathBuf, file: P) {
123 // NOTE: `path` is reused between calls, so always remove the file again.
124 path.push(file);
129 Ok(file) => file,
134 Err(err) => panic!("unexpected error opening file: {}", err),
260 "sys/file.h",
459 "sys/file.h",
728 "sys/file.h",
808 "sys/file.h",
1048 "sys/file.h",
1252 "sys/file.h",
1555 "sys/file.h",
1696 // These are tested in the `linux_elf.rs` file.
1715 // These are tested in the `linux_elf.rs` file.
1947 "sys/file.h",
2448 "sys/file.h",
2709 "sys/file.h",
2749 // TODO: The following header file doesn't appear as part of the default headers
2755 // Create and include a header file containing
2757 // header file.
2952 "sys/file.h",
3111 "sys/file.h",
3295 // in the `linux_elf.rs` file.
3332 // in the `linux_elf.rs` file.
3343 // This type is tested in the `linux_termios.rs` file since there
4095 "sys/file.h",