Home
last modified time | relevance | path

Searched refs:base_filename (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/lib/
H A 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/
H A 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()
H A Doptions.h47 extern const char *base_filename;
H A Doptions.c48 const char *base_filename; variable
H A Dpre-process.c175 replace_with_string(token, base_filename); in expand_basefile()
/third_party/python/Lib/importlib/
H A D_bootstrap_external.py544 base_filename = pycache_filename.partition('.')[0]
545 return _path_join(head, base_filename + SOURCE_SUFFIXES[0])
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1776 std::string base_filename = in GenerateImplementation() local
1798 WriteFile(base_filename + "-tq-csa.cc", std::move(csa_cc)); in GenerateImplementation()
1799 WriteFile(base_filename + "-tq-csa.h", streams.csa_headerfile.str()); in GenerateImplementation()
1800 WriteFile(base_filename + "-tq.inc", in GenerateImplementation()
1803 base_filename + "-tq-inl.inc", in GenerateImplementation()
1807 WriteFile(base_filename + "-tq.cc", streams.class_definition_ccfile.str()); in GenerateImplementation()

Completed in 17 milliseconds