Home
last modified time | relevance | path

Searched defs:file (Results 1 - 25 of 1574) sorted by relevance

12345678910>>...63

/third_party/curl/tests/
H A Dtest1140.pl57 sub file { subroutine
/third_party/node/test/wasi/c/
H A Dcant_dotdot.c6 FILE* file = fopen("/sandbox/../outside.txt", "r"); in main() local
H A Dsymlink_escape.c6 FILE* file = fopen("/sandbox/subdir/outside.txt", "r"); in main() local
H A Dsymlink_loop.c6 FILE* file = fopen("/sandbox/subdir/loop1", "r"); in main() local
H A Dfollow_symlink.c5 FILE* file = fopen("/sandbox/subdir/input_link.txt", "r"); in main() local
H A Dread_file_twice.c6 FILE* file = fopen("/sandbox/input.txt", "r"); in main() local
H A Dread_file.c5 FILE* file = fopen("/sandbox/input.txt", "r"); in main() local
H A Dwrite_file.c8 FILE* file = fopen("/tmp/output.txt", "w"); in main() local
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/examples/
H A Dlimit-long-syntax.js
H A Dis-default-value.js
/third_party/rust/crates/rustix/tests/io/
H A Dseals.rs15 let mut file = File::from(fd); in test_seals() variables
[all...]
/third_party/gn/src/gn/
H A Dframeworks_utils.cc16 std::string_view GetFrameworkName(const std::string& file) { in GetFrameworkName() argument
/third_party/node/deps/zlib/
H A Dgzclose.c11 int ZEXPORT gzclose(gzFile file) { in gzclose() argument
/third_party/musl/src/ldso/
H A Ddlopen.c4 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 Dfcntl_open64_test.cpp18 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 Dfortify_open_chk_test.cpp18 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 Dstdio_clearerr_unlocked_test.cpp21 FILE* file; in HWTEST_F() local
H A Dstdio_feof_unlocked_test.cpp19 FILE* file; in HWTEST_F() local
H A Dstdio_fflush_unlocked_test.cpp17 FILE* file = fopen("test_fflush_unlocked", "w"); in HWTEST_F() local
H A Dstdio_fileno_unlocked_test.cpp17 FILE* file = fopen("/proc/version", "r"); in HWTEST_F() local
H A Dstdio_fpurge_test.cpp18 FILE* file = fopen("test_fpurge.txt", "w+"); in HWTEST_F() local
H A Dstdio_ferror_test.cpp17 FILE* file = fopen("/proc/version", "r"); in HWTEST_F() local
/third_party/rust/crates/codespan/codespan/src/
H A Dlib.rs12 mod file; modules
/third_party/rust/crates/io-lifetimes/examples/
H A Dhello.rs42 let mut file = File::from(fd); in main() variables
97 let mut file = File::from(handle); in main() variables
H A Deasy-conversions.rs19 let mut file = File::from_into_filelike(child.stdout.take().unwrap()); in main() variables

Completed in 7 milliseconds

12345678910>>...63