HomeSort by: relevance | last modified time | path
    Searched defs:src_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/sancov/
coverage-report-server.py 129 src_path = None variable in class:ServerHandler
154 filepath = os.path.join(self.src_path, filename)
194 ServerHandler.src_path = args.srcpath
  /src/external/bsd/kyua-cli/dist/engine/
test_case_test.cpp 210 const fs::path src_path = fs::path(_srcdir / "test_case_atf_helpers"); local
213 ::symlink(src_path.c_str(), new_path.c_str()) != -1);
337 const fs::path src_path = fs::path(_srcdir) / "test_case_plain_helpers"; local
340 ::symlink(src_path.c_str(), new_path.c_str()) != -1);

Completed in 27 milliseconds