Home
last modified time | relevance | path

Searched refs:build_path (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Dprocess_test.c87 char* build_path = getenv("BUILD_FULL_PATH"); in test_util_get_process_exec_path() local
88 if (!build_path) { in test_util_get_process_exec_path()
93 build_path = strdup(build_path); in test_util_get_process_exec_path()
94 posixify_path(build_path); in test_util_get_process_exec_path()
96 int i = strlen(build_path) - 4; in test_util_get_process_exec_path()
97 if ((i > 0) && (strcmp(&build_path[i], ".exe") == 0)) in test_util_get_process_exec_path()
98 build_path[i] = 0; in test_util_get_process_exec_path()
100 expect_equal_str(build_path, path, "test_util_get_process_exec_path"); in test_util_get_process_exec_path()
101 free(build_path); in test_util_get_process_exec_path()
[all...]
/third_party/gn/src/gn/
H A Dninja_build_writer.cc56 const base::FilePath build_path = in GetSelfInvocationCommandLine() local
60 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()
61 exe_path = MakeAbsoluteFilePathRelativeIfPossible(build_path, exe_path); in GetSelfInvocationCommandLine()
72 if (build_path.IsAbsolute()) in GetSelfInvocationCommandLine()
73 root_path = MakeAbsoluteFilePathRelativeIfPossible(build_path, root_path); in GetSelfInvocationCommandLine()
93 if (build_path.IsAbsolute()) { in GetSelfInvocationCommandLine()
95 MakeAbsoluteFilePathRelativeIfPossible(build_path, dotfile_path); in GetSelfInvocationCommandLine()
360 const base::FilePath build_path = in WriteNinjaRules() local
366 &build_path](const base::FilePath& input_file) { in WriteNinjaRules()
368 MakeAbsoluteFilePathRelativeIfPossible(build_path, input_fil in WriteNinjaRules()
[all...]
H A Djson_project_writer.cc363 std::string build_path = FilePathToUTF8(build_settings->root_path()); in GenerateJSON() local
365 &build_path](const base::FilePath& input_file) { in GenerateJSON()
368 build_path, FilePathToUTF8(input_file), &file)) { in GenerateJSON()
/third_party/skia/gn/
H A Dgn_to_cmake.py165 self.build_path = self.GetAbsolutePath(build_settings['build_dir'])
274 out.write(CMakeStringEscape(project.build_path))
347 out.write(CMakeStringEscape(project.build_path))
395 out.write(CMakeStringEscape(project.build_path))
504 all_sources.append(posixpath.join(project.build_path, 'empty.cpp'))
648 out = open(posixpath.join(project.build_path, 'CMakeLists.txt'), 'w+')
649 extName = posixpath.join(project.build_path, 'CMakeLists.ext')
656 out.write(CMakeStringEscape(posixpath.join(project.build_path, "empty.cpp")))
665 out.write(CMakeStringEscape(project.build_path))
698 gn_deps_file = posixpath.join(project.build_path, 'buil
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/
H A Dabseil.podspec.gen.py105 build_path = os.path.join(cur, "BUILD.bazel")
106 if os.path.exists(build_path):
/third_party/node/deps/v8/tools/mb/
H A Dmb.py896 def ToAbsPath(self, build_path, *comps):
898 self.ToSrcRelPath(build_path),
914 build_path = self.args.path[0]
960 cmd = self.GNCmd('analyze', build_path, gn_input_path, gn_output_path)
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs3829 utils::build_path(item, ctx) in try_to_rust_ty()
3840 utils::build_path(item, ctx) in try_to_rust_ty()
4863 pub fn build_path( in build_path() functions

Completed in 11 milliseconds