/third_party/node/test/wasi/c/ |
H A D | create_symlink.c | 17 FILE* file = fopen(linkpath, "r"); in main() local
|
/third_party/musl/src/process/ |
H A D | execvp.c | 9 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 D | execlp.c | 4 int execlp(const char *file, const char *argv0, ...) in execlp() argument
|
/third_party/node/deps/npm/node_modules/cross-spawn/lib/ |
H A D | parse.js | |
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched.c | 90 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 D | set_mempolicy.h | 10 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 D | test-lexing.c | 40 char *file; in main() local
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/unistd/ |
H A D | ttyname.c | 30 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 D | stdio_fputc_unlocked_test.cpp | 18 FILE* file; in HWTEST_F() local
|
/third_party/rust/crates/clap/clap_complete/src/generator/ |
H A D | mod.rs | 182 let mut file = File::create(&path)?; in generate_to() variables [all...] |
/third_party/skia/src/utils/win/ |
H A D | SkHRESULT.cpp | 13 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 D | printer_other.cc | 32 FILE* file; member in tint::diag::__anon25908::PrinterOther
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | chmod.c | 62 char **file; in chmod_main() local [all...] |
/third_party/toybox/toys/other/ |
H A D | chcon.c | 41 char **file; in chcon_main() local
|
/third_party/toybox/toys/posix/ |
H A D | chmod.c | 62 char **file; in chmod_main() local [all...] |
H A D | comm.c | 44 int file[2]; in comm_main() local
|
/third_party/python/PC/ |
H A D | invalid_parameter_handler.c | 11 _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 D | FileDescriptorSet.php | 24 private $file; variable 57 $this->file = $arr; variable
|
/third_party/skia/bench/ |
H A D | BenchLogger.cpp | 21 bool BenchLogger::SetLogFile(const char *file) { in SetLogFile() argument
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deDefs.cpp | 32 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 D | account_log_wrapper.cpp | 28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
|
/base/startup/appspawn/test/moduletest/hnp_sample/src/hnpsample/ |
H A D | hnpsample.c | 43 FILE *file = fopen("../cfg/hnpsample.cfg", "r");
in main() local
|
/base/telephony/telephony_data/common/src/ |
H A D | data_storage_log_wrapper.cpp | 34 std::string DataStorageLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
|
/commonlibrary/rust/ylong_http/ylong_http_client/examples/ |
H A D | async_certs_adapter.rs | 33 let mut file = std::fs::File::open("./tests/file/cert.pem").unwrap(); in verify() variables
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | ylong_tokio_async_file.rs | 38 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
|