| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | package.cpp | 251 makeFullFilename(const char *path, const char *name, in makeFullFilename() argument 282 makeFullFilenameAndDirs(const char *path, const char *name, char *filename, int32_t capacity) makeFullFilenameAndDirs() argument 306 readFile(const char *path, const char *name, int32_t &length, char &type) readFile() argument [all...] |
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_pkt.h | 374 ngtcp2_path_storage path; member
|
| H A D | ngtcp2_pkt.c | 37 int ngtcp2_pkt_chain_new(ngtcp2_pkt_chain **ppc, const ngtcp2_path *path, in ngtcp2_pkt_chain_new() argument
|
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | xcode_emulation.py | 14 import os.path namespace [all...] |
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_error_decode.c | 768 open_error_state_file(const char *path) in open_error_state_file() argument 878 const char *path = argv[optind]; in main() local [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | xmlconfig.c | 721 char path[PATH_MAX]; in parseAppAttr() local
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zdump.c | 554 char path[FILENAME_MAX + 1]; in main() local 1037 char path[FILENAME_MAX + 1]; getzones() local [all...] |
| /third_party/libfuse/test/ |
| H A D | test_syscalls.c | 138 static int check_size(const char *path, int len) in check_size() argument 149 static int check_testfile_size(const char *path, int len) in check_testfile_size() argument 164 static int check_type(const char *path, mode_t type) in check_type() argument 185 static int check_mode(const char *path, mode_t mode) in check_mode() argument 196 static int check_testfile_mode(const char *path, mode_t mode) in check_testfile_mode() argument 203 check_times(const char *path, time_t atime, time_t mtime) check_times() argument 261 check_nlink(const char *path, nlink_t nlink) check_nlink() argument 297 check_nonexist(const char *path) check_nonexist() argument 321 check_data(const char *path, const char *data, int offset, unsigned len) check_data() argument 393 check_dir_contents(const char *path, const char **contents) check_dir_contents() argument 463 create_file(const char *path, const char *data, int len) create_file() argument 514 create_path_fd(const char *path, const char *data, int len) create_path_fd() argument 531 create_testfile(const char *path, const char *data, int len) create_testfile() argument 598 cleanup_dir(const char *path, const char **dir_files, int quiet) cleanup_dir() argument 619 create_dir(const char *path, const char **dir_files) create_dir() argument 1585 char path[1280], path2[1280]; test_rename_dir_loop() local [all...] |
| /third_party/libwebsockets/plugins/acme-client/ |
| H A D | protocol_lws_acme_client.c | 585 char path[200], _url[256]; in lws_acme_client_connect() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | token.h | 54 const char *path; // input-file path - see set_stream_include_path() member
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | eap.c | 1199 char *user, *path, *file; in name_of_pn_file() local 1226 char *path; local 1241 char *path; remove_pn_file() local [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer_vtest.c | 74 vtest_connect_socket(struct vn_instance *instance, const char *path) in vtest_connect_socket() argument
|
| /third_party/node/deps/openssl/openssl/crypto/http/ |
| H A D | http_client.c | 170 OSSL_HTTP_REQ_CTX_set_request_line(OSSL_HTTP_REQ_CTX *rctx, int method_POST, const char *server, const char *port, const char *path) OSSL_HTTP_REQ_CTX_set_request_line() argument 1015 OSSL_HTTP_set1_request(OSSL_HTTP_REQ_CTX *rctx, const char *path, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_content_type, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_set1_request() argument 1134 char *path; OSSL_HTTP_get() local 1212 OSSL_HTTP_transfer(OSSL_HTTP_REQ_CTX **prctx, const char *server, const char *port, const char *path, int use_ssl, const char *proxy, const char *no_proxy, BIO *bio, BIO *rbio, OSSL_HTTP_bio_cb_t bio_update_fn, void *arg, int buf_size, const STACK_OF(CONF_VALUE) *headers, const char *content_type, BIO *req, const char *expected_ct, int expect_asn1, size_t max_resp_len, int timeout, int keep_alive) OSSL_HTTP_transfer() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | core.c | 499 FILE* uv__open_file(const char* path) { in uv__open_file() argument 998 int uv__open_cloexec(const char* path, int flags) { in uv__open_cloexec() argument
|
| H A D | os390.c | 630 static int os390_regfileint(uv_fs_event_t* handle, char* path) { in os390_regfileint() argument 656 char* path; in uv_fs_event_start() local [all...] |
| /third_party/libbpf/src/ |
| H A D | usdt.c | 305 static int sanity_check_usdt_elf(Elf *elf, const char *path) in sanity_check_usdt_elf() argument 400 static int parse_elf_segs(Elf *elf, const char *path, struct elf_seg **segs, size_t *seg_cnt) in parse_elf_segs() argument 452 char path[PATH_MAX], line[PATH_MAX], mode[16]; parse_vma_segs() local 578 collect_usdt_targets(struct usdt_manager *man, Elf *elf, const char *path, pid_t pid, const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie, struct usdt_target **out_targets, size_t *out_target_cnt) collect_usdt_targets() argument 955 usdt_manager_attach_usdt(struct usdt_manager *man, const struct bpf_program *prog, pid_t pid, const char *path, const char *usdt_provider, const char *usdt_name, __u64 usdt_cookie) usdt_manager_attach_usdt() argument 1133 parse_usdt_note(Elf *elf, const char *path, GElf_Nhdr *nhdr, const char *data, size_t name_off, size_t desc_off, struct usdt_note *note) parse_usdt_note() argument [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-reporter-priv.cc | 862 string path; in report_loc_info() local
|
| H A D | abg-corpus.cc | 599 corpus::corpus(const ir::environment& env, const string& path) in corpus() argument 892 set_path(const string& path) set_path() argument [all...] |
| H A D | abg-elf-helpers.cc | 1497 get_soname_of_elf_file(const string& path, string &soname) in get_soname_of_elf_file() argument
|
| H A D | abg-ini.cc | 1639 priv(const string& path, in priv() argument 1650 config::config(const string& path, in config() argument 1671 config::set_path(const string& path) in set_path() argument 1727 read_sections(const string& path, config::sections_type& sections) read_sections() argument 1765 read_config(const string& path, config& conf) read_config() argument 1795 read_config(const string& path) read_config() argument 1903 write_sections(const config::sections_type& sections, const string& path) write_sections() argument 1942 write_config(const config& conf, const string& path) write_config() argument [all...] |
| /third_party/python/Tools/c-analyzer/c_parser/ |
| H A D | info.py | 3 import os.path namespace
|
| /third_party/popt/src/ |
| H A D | popt.c | 64 void poptSetExecPath(poptContext con, const char * path, int allowAbsolute) in poptSetExecPath() argument 411 char *path = NULL, *s = NULL, *se; in findProgramPath() local [all...] |
| /third_party/pulseaudio/src/modules/bluetooth/ |
| H A D | backend-native.c | 940 const char *sender, *path, PA_UNUSED *handler; in profile_new_connection() local 1054 const char *path, *interfac in profile_handler() local [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-stream.c | 47 char *path; member [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | protocol-dbus.c | 49 char *path; member 755 pa_dbus_protocol_add_interface(pa_dbus_protocol *p, const char *path, const pa_dbus_interface_info *info, void *userdata) pa_dbus_protocol_add_interface() argument 820 pa_dbus_protocol_remove_interface(pa_dbus_protocol *p, const char* path, const char* interface) pa_dbus_protocol_remove_interface() argument [all...] |