Home
last modified time | relevance | path

Searched refs:src_path (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dcoverage-report-server.py129 src_path = None variable in ServerHandler
154 filepath = os.path.join(self.src_path, filename)
194 ServerHandler.src_path = args.srcpath
/netbsd-src/external/bsd/kyua-cli/dist/engine/
H A Dtest_case_test.cpp210 const fs::path src_path = fs::path(_srcdir / "test_case_atf_helpers"); in move() local
213 ::symlink(src_path.c_str(), new_path.c_str()) != -1); in move()
337 const fs::path src_path = fs::path(_srcdir) / "test_case_plain_helpers"; in move() local
340 ::symlink(src_path.c_str(), new_path.c_str()) != -1); in move()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c2072 playback::compile_to_file::copy_file (const char *src_path, in copy_file() argument
2078 get_logger ()->log ("src_path: %s", src_path); in copy_file()
2090 f_in = fopen (src_path, "rb"); in copy_file()
2095 src_path, in copy_file()
2107 src_path, in copy_file()
2156 src_path, in copy_file()
H A Djit-playback.h355 copy_file (const char *src_path,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc2552 playback::compile_to_file::copy_file (const char *src_path, in copy_file() argument
2558 get_logger ()->log ("src_path: %s", src_path); in copy_file()
2570 f_in = fopen (src_path, "rb"); in copy_file()
2575 src_path, in copy_file()
2587 src_path, in copy_file()
2636 src_path, in copy_file()
H A Djit-playback.h399 copy_file (const char *src_path,