Home
last modified time | relevance | path

Searched defs:build_path (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/tests/
Dprocess_test.c91 char* build_path = getenv("BUILD_FULL_PATH"); in test_util_get_process_exec_path() local
/third_party/mindspore/mindspore-src/source/
Dsetup.py29 build_path = os.getenv('BUILD_PATH') variable
/third_party/grpc/src/abseil-cpp/
Dpreprocessed_builds.yaml.gen.py130 def read_cmake_build(build_path, package): argument
/third_party/gn/src/gn/
Dninja_build_writer.cc56 const base::FilePath build_path = in GetSelfInvocationCommandLine() local
360 const base::FilePath build_path = in WriteNinjaRules() local
Djson_project_writer.cc363 std::string build_path = FilePathToUTF8(build_settings->root_path()); in GenerateJSON() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_documentation_template.rs475 fn build_path(ast_func: &ast::Fn, ctx: &AssistContext<'_>) -> Option<String> { in build_path() function
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs5341 pub(crate) fn build_path( in build_path() function