Home
last modified time | relevance | path

Searched defs:file (Results 101 - 125 of 5565) sorted by relevance

12345678910>>...223

/third_party/node/test/wasi/c/
H A Dcreate_symlink.c17 FILE* file = fopen(linkpath, "r"); in main() local
/third_party/musl/src/process/
H A Dexecvp.c9 int __execvpe(const char *file, char *const argv[], char *const envp[]) in __execvpe() argument
55 int execvp(const char *file, char *const argv[]) in execvp() argument
H A Dexeclp.c4 int execlp(const char *file, const char *argv0, ...) in execlp() argument
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Dparse.js
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched.c90 void sys_error(const char *msg, const char *file, int line) in sys_error() argument
105 void error(const char *msg, const char *file, int line) in error() argument
/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/
H A Dset_mempolicy.h10 alloc_fault_count(struct tst_nodemap *nodes, const char *file, size_t size) alloc_fault_count() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dtest-lexing.c40 char *file; in main() local
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/
H A Dttyname.c30 char *file = "/dev/tty"; in ttyname_0100() local
45 char *file = "/unexit"; in ttyname_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/stdio/stdio_gtest/
H A Dstdio_fputc_unlocked_test.cpp18 FILE* file; in HWTEST_F() local
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dmod.rs182 let mut file = File::create(&path)?; in generate_to() variables
[all...]
/third_party/skia/src/utils/win/
H A DSkHRESULT.cpp13 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { in SkTraceHR() argument
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dprinter_other.cc32 FILE* file; member in tint::diag::__anon25908::PrinterOther
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dchmod.c62 char **file; in chmod_main() local
[all...]
/third_party/toybox/toys/other/
H A Dchcon.c41 char **file; in chcon_main() local
/third_party/toybox/toys/posix/
H A Dchmod.c62 char **file; in chmod_main() local
[all...]
H A Dcomm.c44 int file[2]; in comm_main() local
/third_party/python/PC/
H A Dinvalid_parameter_handler.c11 _silent_invalid_parameter_handler( wchar_t const* expression, wchar_t const* function, wchar_t const* file, unsigned int line, uintptr_t pReserved) _silent_invalid_parameter_handler() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptorSet.php24 private $file; variable
57 $this->file = $arr; variable
/third_party/skia/bench/
H A DBenchLogger.cpp21 bool BenchLogger::SetLogFile(const char *file) { in SetLogFile() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDefs.cpp32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() argument
/base/account/os_account/frameworks/common/log/src/
H A Daccount_log_wrapper.cpp28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
/base/startup/appspawn/test/moduletest/hnp_sample/src/hnpsample/
H A Dhnpsample.c43 FILE *file = fopen("../cfg/hnpsample.cfg", "r"); in main() local
/base/telephony/telephony_data/common/src/
H A Ddata_storage_log_wrapper.cpp34 std::string DataStorageLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
/commonlibrary/rust/ylong_http/ylong_http_client/examples/
H A Dasync_certs_adapter.rs33 let mut file = std::fs::File::open("./tests/file/cert.pem").unwrap(); in verify() variables
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/
H A Dylong_tokio_async_file.rs38 let mut file = File::open(READ_FILE).await.unwrap(); in async_read() variables
62 let mut file = File::open(READ_FILE).await.unwrap(); in async_read_by_chars() variables
89 let mut file = File::create(WRITE_FILE).await.unwrap(); in async_write() variables

Completed in 7 milliseconds

12345678910>>...223