Home
last modified time | relevance | path

Searched defs:path (Results 1901 - 1925 of 4160) sorted by relevance

1...<<71727374757677787980>>...167

/third_party/libunwind/libunwind/src/
H A Dos-linux.h37 char *path; member
68 char path[sizeof ("/proc/0123456789/maps")], *cp; in maps_init() local
/third_party/libuv/src/
H A Dfs-poll.c48 char path[1]; /* variable length */ member
66 uv_fs_poll_start(uv_fs_poll_t* handle, uv_fs_poll_cb cb, const char* path, unsigned int interval) uv_fs_poll_start() argument
/third_party/libuv/test/
H A Dtest-fs-readdir.c99 const char* path; in TEST_IMPL() local
107 uv_fs_mkdir(uv_default_loop(), &mkdir_req, path, 0777, NULL); in TEST_IMPL() local
157 uv_fs_rmdir(uv_default_loop(), &rmdir_req, path, NULL); in TEST_IMPL() local
181 const char* path; in TEST_IMPL() local
233 const char* path; TEST_IMPL() local
[all...]
/third_party/libwebsockets/include/
H A Dlibwebsockets.hxx143 std::string path; member in lssFile
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp138 FString path; in WinMain2() local
/third_party/mbedtls/programs/util/
H A Dpem2der.c117 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() argument
158 static int write_file(const char *path, unsigned char *buf, size_t n) in write_file() argument
/third_party/mbedtls/library/
H A Dx509_csr.c504 int mbedtls_x509_csr_parse_file(mbedtls_x509_csr *csr, const char *path) in mbedtls_x509_csr_parse_file() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.cpp78 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_indirect_derefs.c167 nir_deref_path path; in lower_indirect_derefs_block() local
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_dt.c63 char *path; in readdt() local
95 char *path; in find_freqs() local
/third_party/ltp/lib/
H A Dtst_tmpdir.c145 static int purge_dir(const char *path, char **errptr) in purge_dir() argument
347 void tst_purge_dir(const char *path) in tst_purge_dir() argument
H A Dtst_safe_file_at.c86 int tst_file_vprintfat(const int dirfd, const char *const path, in tst_file_vprintfat() argument
107 int tst_file_printfat(const int dirfd, const char *const path, in tst_file_printfat() argument
35 safe_openat(const char *const file, const int lineno, const int dirfd, const char *const path, const int oflags, ...) safe_openat() argument
60 safe_file_readat(const char *const file, const int lineno, const int dirfd, const char *const path, char *const buf, const size_t nbyte) safe_file_readat() argument
120 safe_file_vprintfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, va_list va) safe_file_vprintfat() argument
160 safe_file_printfat(const char *const file, const int lineno, const int dirfd, const char *const path, const char *const fmt, ...) safe_file_printfat() argument
174 safe_unlinkat(const char *const file, const int lineno, const int dirfd, const char *const path, const int flags) safe_unlinkat() argument
202 safe_fchownat(const char *const file, const int lineno, const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) safe_fchownat() argument
222 safe_fstatat(const char *const file, const int lineno, const int dirfd, const char *const path, struct stat *statbuf, int flags) safe_fstatat() argument
[all...]
H A Dtst_pid.c77 char path[PATH_MAX]; in read_session_pids_limit() local
H A Dsafe_file_ops.c69 file_scanf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_scanf() argument
120 safe_file_scanf(const char *file, const int lineno, void (*cleanup_fn) (void), const char *path, const char *fmt, ...) safe_file_scanf() argument
168 file_lines_scanf(const char *file, const int lineno, void (*cleanup_fn)(void), int strict, const char *path, const char *fmt, ...) file_lines_scanf() argument
212 file_printf(const char *file, const int lineno, const char *path, const char *fmt, ...) file_printf() argument
253 safe_file_vprintf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, va_list va) safe_file_vprintf() argument
280 safe_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_file_printf() argument
290 safe_try_file_printf(const char *file, const int lineno, void (*cleanup_fn)(void), const char *path, const char *fmt, ...) safe_try_file_printf() argument
[all...]
H A Dtst_memutils.c125 static int write_score(const char *path, int score) in write_score() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c29 char path[128]; member
/third_party/ltp/libs/libltpnuma/
H A Dtst_numa.c103 void *tst_numa_map(const char *path, size_t size) in tst_numa_map() argument
128 char path[1024]; in node_has_enough_memory() local
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task01.c76 char path[FILENAME_MAX] = "/dev/cpuctl"; variable
H A Dcpuctl_def_task04.c72 char path[] = "/dev/cpuctl"; variable
H A Dcpuctl_def_task02.c71 char path[] = "/dev/cpuctl"; variable
H A Dcpuctl_def_task03.c72 char path[] = "/dev/cpuctl"; variable
H A Dcpuctl_test01.c75 char path[] = "/dev/cpuctl"; variable
H A Dcpuctl_test04.c72 char path[] = "/dev/cpuctl"; variable
H A Dcpuctl_test03.c72 char path[] = "/dev/cpuctl"; variable
/third_party/mesa3d/src/glx/apple/
H A Dappledri.c308 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable, Bool doubleSwap, char *path, size_t pathlen, int *width, int *height) XAppleDRICreateSharedBuffer() argument

Completed in 13 milliseconds

1...<<71727374757677787980>>...167