Home
last modified time | relevance | path

Searched defs:binary_path (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/test/
Ddebug.hpp69 unit_test::const_string binary_path; ///< path to executable for current process member
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dupdate_canary_angle.py30 binary_path = os.path.join(path, binary_name) variable
Dperf_test_runner.py82 binary_path = os.path.join(base_path, path, binary_name) variable
/third_party/grpc/test/cpp/interop/
Dinterop_test.cc49 std::string binary_path = absl::StrCat(root, "/interop_client"); in test_client() local