Searched defs:binary_path (Results 1 – 4 of 4) sorted by relevance
69 unit_test::const_string binary_path; ///< path to executable for current process member
30 binary_path = os.path.join(path, binary_name) variable
82 binary_path = os.path.join(base_path, path, binary_name) variable
49 std::string binary_path = absl::StrCat(root, "/interop_client"); in test_client() local