Home
last modified time | relevance | path

Searched defs:filename (Results 901 - 925 of 1782) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp158 findBasename(const char *filename) { in findBasename() argument
/third_party/libinput/tools/
H A Dlibinput-record-verify-yaml.py37 filename = "" variable in TestYaml
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dthugetlb.c48 char filename[BUF_SIZE] = "/test"; variable
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c132 char *filename = NULL; in main() local
314 int read_file(int fd, char *filename) in read_file() argument
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtrace_sched.c141 char filename[256]; /* buffer to hold the string /proc/<pid>/stat. */ in get_proc_num() local
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify09.c319 const char *filename, *end; in event_filename() local
295 event_res(int ttype, int group, struct fanotify_event_metadata *event, const char *filename) event_res() argument
336 const char *filename = event_filename(event); verify_event() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/memfd_create/
H A Dmemfd_create_common.c32 int check_fallocate(const char *filename, const int lineno, int fd, in check_fallocate() argument
51 int check_fallocate_fail(const char *filename, const int lineno, int fd, in check_fallocate_fail() argument
72 void check_ftruncate(const char *filename, const int lineno, int fd, in check_ftruncate() argument
81 void check_ftruncate_fail(const char *filename, cons argument
96 get_mfd_all_available_flags(const char *filename, const int lineno) get_mfd_all_available_flags() argument
118 mfd_flags_available(const char *filename, const int lineno, unsigned int flags) mfd_flags_available() argument
136 check_mfd_new(const char *filename, const int lineno, const char *name, loff_t sz, int flags) check_mfd_new() argument
155 check_mfd_fail_new(const char *filename, const int lineno, const char *name, int flags) check_mfd_fail_new() argument
235 check_mfd_fail_add_seals(const char *filename, const int lineno, int fd, int seals) check_mfd_fail_add_seals() argument
248 check_mfd_size(const char *filename, const int lineno, int fd, size_t size) check_mfd_size() argument
264 check_mfd_open(const char *filename, const int lineno, int fd, int flags, mode_t mode) check_mfd_open() argument
280 check_mfd_fail_open(const char *filename, const int lineno, int fd, int flags, mode_t mode) check_mfd_fail_open() argument
300 check_mfd_readable(const char *filename, const int lineno, int fd) check_mfd_readable() argument
322 check_mfd_writeable(const char *filename, const int lineno, int fd) check_mfd_writeable() argument
363 check_mfd_non_writeable(const char *filename, const int lineno, int fd) check_mfd_non_writeable() argument
406 check_mfd_shrinkable(const char *filename, const int lineno, int fd) check_mfd_shrinkable() argument
420 check_mfd_non_shrinkable(const char *filename, const int lineno, int fd) check_mfd_non_shrinkable() argument
427 check_mfd_growable(const char *filename, const int lineno, int fd) check_mfd_growable() argument
436 check_mfd_non_growable(const char *filename, const int lineno, int fd) check_mfd_non_growable() argument
442 check_mfd_growable_by_write(const char *filename, const int lineno, int fd) check_mfd_growable_by_write() argument
460 check_mfd_non_growable_by_write(const char *filename, const int lineno, int fd) check_mfd_non_growable_by_write() argument
[all...]
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c43 int do_file_op(char *filename) in do_file_op() argument
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c253 char filename[PATH_MAX]; in dma_thread_diotest_verify() local
344 char filename[PATH_MAX]; in setup() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dthugetlb.c48 char filename[BUF_SIZE] = "/test"; variable
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h141 inotify_inode_queue_event(struct inode *inode, __u32 mask, __u32 cookie, const char *filename, struct inode *n_inode) inotify_inode_queue_event() argument
148 inotify_dentry_parent_queue_event(struct dentry *dentry, __u32 mask, __u32 cookie, const char *filename) inotify_dentry_parent_queue_event() argument
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c228 char filename[TFTP_MAX_FILENAME_LEN + 1]; in recv() local
/third_party/libinput/test/
H A Dtest-quirks.c46 char *filename; member
54 char *filename; in make_data_dir() local
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc86 string filename; in GetPhonePrefixDescriptions() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c388 char filename[] = "/tmp/cond_destroy-XXXXXX"; in main() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.c338 static struct symbol_list *sparse_file(const char *filename) in sparse_file() argument
453 struct symbol_list * sparse_keep_tokens(char *filename) in sparse_keep_tokens() argument
468 struct symbol_list * __sparse(char *filename) in __sparse() argument
481 sparse(char *filename) sparse() argument
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
H A D2-3.c300 char filename[] = "/tmp/cond_broadcast-XXXXXX"; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c346 char filename[] = "/tmp/cond_wait_stress-XXXXXX"; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
H A D4-2.c253 char filename[] = "/tmp/cond_timedwait_2-4-XXXXXX"; in main() local
H A D2-7.c306 char filename[] = "/tmp/cond_timedwait_2-4-XXXXXX"; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
H A Dstress1.c429 char filename[] = "/tmp/cond_timedwait_st1-XXXXXX"; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c435 char filename[] = "/tmp/cond_timedwait_st1-XXXXXX"; in main() local
/third_party/ltp/testcases/realtime/lib/
H A Dlibstats.c313 int stats_container_save(char *filename, char *title, char *xlabel, in stats_container_save() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc591 Handle<String> filename = args.at<String>(0); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-file-writer.cc265 LookupOrAddExternallyCompiledFilename( const char* filename) LookupOrAddExternallyCompiledFilename() argument

Completed in 20 milliseconds

1...<<31323334353637383940>>...72