Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc174 std::string const bin_dir = in main() local
189 std::string const bin_dir = my_bin.substr(0, my_bin.rfind('/')); in main() local
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Ddefault.py17 bin_dir, argument
39 def bin_dir(self): member in DeviceDirs
/third_party/grpc/test/cpp/qps/
Djson_run_localhost.cc85 std::string bin_dir = my_bin.substr(0, my_bin.rfind('/')); in main() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_utils.cc342 bool KernelMeta::ReadIndex(const std::string &bin_dir) { in ReadIndex()