/kernel/linux/linux-6.6/include/net/9p/ |
H A D | 9p.h | 347 * @path: 64-bit per-server-unique ID for a file system element 352 * on a file). The path provides a server unique index for an entity 366 u64 path; member 379 * @name: last element of path (aka filename)
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | clnt.h | 28 #include <linux/path.h> 108 const char * pipe_dir_name; /* path to rpc_pipefs dir */
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0900_priv.h | 251 enum fe_stv0900_demod_num path;/* Path Used demod1 or 2 */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | phy.h | 229 u8 channel, u8 path);
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | flamegraph.py | 145 if os.path.isfile(self.args.template): 227 help="path to flame graph HTML template")
|
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | nfit_test.h | 235 acpi_status __wrap_acpi_evaluate_object(acpi_handle handle, acpi_string path,
|
/kernel/linux/linux-6.6/security/integrity/ |
H A D | integrity.h | 203 int __init integrity_load_x509(const unsigned int id, const char *path);
|
/third_party/curl/tests/server/ |
H A D | fake_ntlm.c | 193 path = env; in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | internal.h | 438 * @param path will create sub-directories by path 441 int ff_mkdir_p(const char *path); 631 * @param url_src source path 632 * @param url_dst destination path
|
/third_party/gn/src/gn/ |
H A D | label.cc | 64 // Use implicit name. The path will be "//", "//base/", "//base/i18n/", etc. in ComputeTargetNameFromDep() 209 This consists of a source-root-absolute path, a colon, and a name. This means 233 the path name and just start with a colon. This format is recommended for
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | yuv2yuvX.asm | 56 ; offset != 0 path.
|
/third_party/glslang/ |
H A D | Android.mk | 68 GLSLANG_OUT_PATH=$(if $(call host-path-is-absolute,$(TARGET_OUT)),$(TARGET_OUT),$(abspath $(TARGET_OUT)))
|
/third_party/icu/icu4c/source/common/ |
H A D | putilimp.h | 42 * with an alternate path for unusual platforms. 465 * @param path Pathname to test 466 * @return true if the path is absolute 469 U_CAPI UBool U_EXPORT2 uprv_pathIsAbsolute(const char *path);
|
H A D | ulocimp.h | 35 const char *path,
|
/third_party/alsa-lib/include/ |
H A D | conf.h | 96 int snd_config_update_r(snd_config_t **top, snd_config_update_t **update, const char *path);
|
/third_party/libuv/test/ |
H A D | test-fs-poll.c | 54 static void touch_file(const char* path) { in touch_file() argument
|
H A D | test-fs-copyfile.c | 55 r = uv_fs_stat(NULL, &stat_req, req->path, NULL); in handle_result()
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lecp.h | 222 uint8_t p; /* path length */ 260 char path[LECP_MAX_PATH]; member
|
/third_party/mesa3d/.gitlab-ci/bin/ |
H A D | ci_run_n_monitor.py | 266 open(os.path.expanduser("~/.config/gitlab-token"), encoding="utf-8")
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_pkcs7_tests.py | 18 from os.path import exists
|
H A D | test_psa_constant_names.py | 194 headers = [os.path.join(options.include[0], h) for h in HEADERS]
|
H A D | generate_psa_wrappers.py | 57 header_path = os.path.join(root_dir, 'include', 'psa', header_name) 238 help=('Output .c file path (default: {}; skip .c output if empty)' 243 help=('Output .h file path (default: {}; skip .h output if empty)'
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
H A D | minimal-http-client-certinfo.c | 235 i.path = "/"; in main()
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/ |
H A D | protocol_lws_minimal_pmd_bulk.c | 95 i.path = "/"; in sul_connect_attempt()
|
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 43 if os.path.exists(self.Config("ALREADY_MERGING_SENTINEL_FILE")):
|