/third_party/curl/tests/ |
H A D | test1140.pl | 57 sub file { subroutine
|
/third_party/node/test/wasi/c/ |
H A D | cant_dotdot.c | 6 FILE* file = fopen("/sandbox/../outside.txt", "r"); in main() local
|
H A D | symlink_escape.c | 6 FILE* file = fopen("/sandbox/subdir/outside.txt", "r"); in main() local
|
H A D | symlink_loop.c | 6 FILE* file = fopen("/sandbox/subdir/loop1", "r"); in main() local
|
H A D | follow_symlink.c | 5 FILE* file = fopen("/sandbox/subdir/input_link.txt", "r"); in main() local
|
H A D | read_file_twice.c | 6 FILE* file = fopen("/sandbox/input.txt", "r"); in main() local
|
H A D | read_file.c | 5 FILE* file = fopen("/sandbox/input.txt", "r"); in main() local
|
H A D | write_file.c | 8 FILE* file = fopen("/tmp/output.txt", "w"); in main() local
|
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/ |
H A D | limit-long-syntax.js | |
H A D | is-default-value.js | |
/third_party/rust/crates/rustix/tests/io/ |
H A D | seals.rs | 15 let mut file = File::from(fd); in test_seals() variables [all...] |
/third_party/gn/src/gn/ |
H A D | frameworks_utils.cc | 16 std::string_view GetFrameworkName(const std::string& file) { in GetFrameworkName() argument
|
/third_party/node/deps/zlib/ |
H A D | gzclose.c | 11 int ZEXPORT gzclose(gzFile file) { in gzclose() argument
|
/third_party/musl/src/ldso/ |
H A D | dlopen.c | 4 static void *stub_dlopen(const char *file, int mode) in stub_dlopen() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_open64_test.cpp | 18 int file = open("/proc/version", O_RDONLY); in HWTEST_F() local 33 int file = open("/proc/version", O_WRONLY); in HWTEST_F() local 49 int file = open("/proc/version", O_RDWR); HWTEST_F() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_open_chk_test.cpp | 18 int file = open("test.txt", O_RDONLY | O_CREAT, 0644); in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/ |
H A D | stdio_clearerr_unlocked_test.cpp | 21 FILE* file; in HWTEST_F() local
|
H A D | stdio_feof_unlocked_test.cpp | 19 FILE* file; in HWTEST_F() local
|
H A D | stdio_fflush_unlocked_test.cpp | 17 FILE* file = fopen("test_fflush_unlocked", "w"); in HWTEST_F() local
|
H A D | stdio_fileno_unlocked_test.cpp | 17 FILE* file = fopen("/proc/version", "r"); in HWTEST_F() local
|
H A D | stdio_fpurge_test.cpp | 18 FILE* file = fopen("test_fpurge.txt", "w+"); in HWTEST_F() local
|
H A D | stdio_ferror_test.cpp | 17 FILE* file = fopen("/proc/version", "r"); in HWTEST_F() local
|
/third_party/rust/crates/codespan/codespan/src/ |
H A D | lib.rs | 12 mod file; modules
|
/third_party/rust/crates/io-lifetimes/examples/ |
H A D | hello.rs | 42 let mut file = File::from(fd); in main() variables 97 let mut file = File::from(handle); in main() variables
|
H A D | easy-conversions.rs | 19 let mut file = File::from_into_filelike(child.stdout.take().unwrap()); in main() variables
|