| /third_party/libwebsockets/lib/misc/ |
| H A D | dir.c | 78 lws_dir_via_stat(char *combo, size_t l, const char *path, struct lws_dir_entry *lde) in lws_dir_via_stat() argument 220 char path[384]; in lws_dir_glob_cb() local 240 char path[384]; in lws_dir_rm_rf_cb() local 301 char path[256], base[64], *q = base; lws_plugins_dir_cb() local [all...] |
| /third_party/libuv/test/ |
| H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-client.h | 116 const char *path; member
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | MultiOutStream.cpp | 214 FString path = GetFilePath(index);
in CloseStream_and_DeleteFile() local 240 const FString path = GetFilePath(index);
in CloseStream_and_FinalRename() local 292 const FString path = GetFilePath(Streams.Size()); CreateNewStream() local 365 FString path = GetFilePath(streamIndex); ReOpenStream() local [all...] |
| /third_party/lzma/CPP/7zip/UI/Console/ |
| H A D | HashCon.cpp | 38 HRESULT CHashCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir)
in ScanProgress() argument 52 HRESULT CHashCallbackConsole::ScanError(const FString &path, DWORD systemError)
in ScanError() argument 224 HRESULT CHashCallbackConsole::OpenFileError(const FString &path, DWORD systemError)
in OpenFileError() argument 253 PrintResultLine(UInt64 fileSize, const CObjectVector<CHasherState> &hashers, unsigned digestIndex, bool showHash, const AString &path) PrintResultLine() argument
|
| /third_party/mbedtls/library/ |
| H A D | pkparse.c | 1298 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) in mbedtls_pk_load_file() argument 1374 int mbedtls_pk_parse_public_keyfile(mbedtls_pk_context *ctx, const char *path) in mbedtls_pk_parse_public_keyfile() argument 1347 mbedtls_pk_parse_keyfile(mbedtls_pk_context *ctx, const char *path, const char *pwd, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng) mbedtls_pk_parse_keyfile() argument
|
| H A D | x509_crl.c | 567 int mbedtls_x509_crl_parse_file(mbedtls_x509_crl *chain, const char *path) in mbedtls_x509_crl_parse_file() argument
|
| H A D | dhm.c | 580 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() argument 627 int mbedtls_dhm_parse_dhmfile(mbedtls_dhm_context *dhm, const char *path) in mbedtls_dhm_parse_dhmfile() argument
|
| H A D | md.c | 919 int mbedtls_md_file(const mbedtls_md_info_t *md_info, const char *path, unsigned char *output) in mbedtls_md_file() argument
|
| H A D | hmac_drbg.c | 426 int mbedtls_hmac_drbg_write_seed_file(mbedtls_hmac_drbg_context *ctx, const char *path) in mbedtls_hmac_drbg_write_seed_file() argument 457 int mbedtls_hmac_drbg_update_seed_file(mbedtls_hmac_drbg_context *ctx, const char *path) in mbedtls_hmac_drbg_update_seed_file() argument
|
| H A D | entropy.c | 402 int mbedtls_entropy_write_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_write_seed_file() argument 438 int mbedtls_entropy_update_seed_file(mbedtls_entropy_context *ctx, const char *path) in mbedtls_entropy_update_seed_file() argument
|
| /third_party/lzma/CPP/Common/ |
| H A D | Wildcard.h | 211 AddPreItem_NoWildcard(const UString &path) AddPreItem_NoWildcard() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io_arrays_to_elements.c | 40 nir_deref_path path; in get_io_offset() local 202 deref_has_indirect(nir_builder *b, nir_variable *var, nir_deref_path *path) in deref_has_indirect() argument 256 nir_deref_path path; create_indirects_mask() local [all...] |
| H A D | nir_split_64bit_vec3_and_vec4.c | 108 nir_deref_path path; in get_linear_array_offset() local
|
| H A D | nir_gather_info.c | 61 nir_deref_path path; in get_deref_info() local
|
| H A D | nir_lower_const_arrays_to_uniforms.c | 188 nir_deref_path path; in lower_const_array_to_uniform() local 387 nir_deref_path path; in nir_lower_const_arrays_to_uniforms() local [all...] |
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | agx_device.c | 375 const char *path = "/tmp/a.out"; in agx_create_command_queue() local
|
| /third_party/mesa3d/src/amd/compiler/tests/ |
| H A D | check_output.py | 24 import os.path namespace
|
| /third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/ |
| H A D | main.c | 182 char uri[128], path[128]; in sequencer_start_client() local
|
| /third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
| H A D | cgroup_xattr.c | 387 static int cgrp_files_walking(const char *path, in cgrp_files_walking() argument [all...] |
| /third_party/libwebsockets/lib/roles/http/client/ |
| H A D | client-http.c | 595 const char *prot, *ads = NULL, *path, *cce = NULL; in lws_client_interpret_server_handshake() local 1133 _WSI_TOKEN_CLIENT_SENT_PROTOCOLS), *path; lws_generate_client_handshake() local 1591 lws_client_reset(struct lws **pwsi, int ssl, const char *address, int port, const char *path, const char *host, char weak) lws_client_reset() argument [all...] |
| /third_party/ltp/include/ |
| H A D | tst_fs.h | 217 tst_fs_type(const char *path) tst_fs_type() argument 222 tst_fs_has_free(const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument 243 tst_fs_type(void (*cleanup)(void), const char *path) tst_fs_type() argument 248 tst_fs_has_free(void (*cleanup)(void), const char *path, unsigned int size, unsigned int mult) tst_fs_has_free() argument [all...] |
| /third_party/ltp/lib/ |
| H A D | tst_cmd.c | 71 char path[PATH_MAX]; in tst_cmd_fds_() local 244 char path[PATH_MAX]; in tst_check_cmd() local
|
| /third_party/ltp/testcases/kernel/controllers/cpuctl/ |
| H A D | cpuctl_test02.c | 72 char path[] = "/dev/cpuctl"; variable
|
| /third_party/littlefs/runners/ |
| H A D | bench_runner.h | 54 const char *path; member 66 const char *path; member
|