Searched refs:src_path (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/ |
H A D | coverage-report-server.py | 129 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 D | test_case_test.cpp | 210 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 D | jit-playback.c | 2072 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 D | jit-playback.h | 355 copy_file (const char *src_path,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 2552 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 D | jit-playback.h | 399 copy_file (const char *src_path,
|