Home
last modified time | relevance | path

Searched refs:base_filename (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/lib/
Dtst_fs_link_count.c46 char base_filename[PATH_MAX], link_filename[PATH_MAX]; in tst_fs_fill_hardlinks_() local
58 sprintf(base_filename, "%s/testfile0", dir); in tst_fs_fill_hardlinks_()
59 SAFE_TOUCH(cleanup, base_filename, 0644, NULL); in tst_fs_fill_hardlinks_()
64 if (link(base_filename, link_filename) == 0) in tst_fs_fill_hardlinks_()
69 SAFE_STAT(cleanup, base_filename, &s); in tst_fs_fill_hardlinks_()
73 " %d", base_filename, in tst_fs_fill_hardlinks_()
79 base_filename, (int)s.st_nlink); in tst_fs_fill_hardlinks_()
85 base_filename, link_filename); in tst_fs_fill_hardlinks_()
89 "unexpectedly: %s", base_filename, in tst_fs_fill_hardlinks_()
/third_party/ltp/tools/sparse/sparse-src/
Dlib.c117 if (name == base_filename) in show_stream_name()
124 base_filename, in show_stream_name()
125 show_include_chain(pos.stream, base_filename)); in show_stream_name()
350 base_filename = filename; in sparse_file()
385 base_filename = "command-line"; in sparse_initialize()
Doptions.h47 extern const char *base_filename;
Doptions.c48 const char *base_filename; variable
Dpre-process.c175 replace_with_string(token, base_filename); in expand_basefile()
/third_party/python/Lib/importlib/
D_bootstrap_external.py487 base_filename = pycache_filename.partition('.')[0]
488 return _path_join(head, base_filename + SOURCE_SUFFIXES[0])
/third_party/googletest/docs/
Dgmock_cook_book.md498 const char* base_filename, int line,
516 const char* base_filename, int line, const tm* tm_time,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h32049 char base_filename[255]; member