Home
last modified time | relevance | path

Searched refs:build_path (Results 1 – 11 of 11) sorted by relevance

/external/v8/tools/node/
Dbuild_gn.py74 args = [gn, "gen", options.build_path, "-q", "--args=" + flattened_args]
83 args = [ninja, "-C", options.build_path, BUILD_TARGET]
89 with open(os.path.join(options.build_path, "args.gn")) as f:
116 options.build_path = os.path.abspath(options.build_path)
/external/python/setuptools/setuptools/command/
Ddevelop.py115 build_path = normalize_path(bpy_cmd.build_lib)
118 self.reinitialize_command('egg_info', egg_base=build_path)
126 self.egg_path = build_path
127 self.dist.location = build_path
129 self.dist._provider = PathMetadata(build_path, ei_cmd.egg_info)
Dtest.py138 build_path = normalize_path(bpy_cmd.build_lib)
141 self.reinitialize_command('egg_info', egg_base=build_path)
/external/skia/gn/
Dgn_to_cmake.py163 self.build_path = posixpath.join(self.root_path,
273 out.write(CMakeStringEscape(project.build_path))
346 out.write(CMakeStringEscape(project.build_path))
394 out.write(CMakeStringEscape(project.build_path))
490 all_sources.append(posixpath.join(project.build_path, 'empty.cpp'))
633 out = open(posixpath.join(project.build_path, 'CMakeLists.txt'), 'w+')
634 extName = posixpath.join(project.build_path, 'CMakeLists.ext')
640 out.write(CMakeStringEscape(posixpath.join(project.build_path, "empty.cpp")))
649 out.write(CMakeStringEscape(project.build_path))
680 gn_deps_file = posixpath.join(project.build_path, 'build.ninja.d')
[all …]
/external/skqp/gn/
Dgn_to_cmake.py163 self.build_path = posixpath.join(self.root_path,
273 out.write(CMakeStringEscape(project.build_path))
346 out.write(CMakeStringEscape(project.build_path))
394 out.write(CMakeStringEscape(project.build_path))
490 all_sources.append(posixpath.join(project.build_path, 'empty.cpp'))
633 out = open(posixpath.join(project.build_path, 'CMakeLists.txt'), 'w+')
634 extName = posixpath.join(project.build_path, 'CMakeLists.ext')
640 out.write(CMakeStringEscape(posixpath.join(project.build_path, "empty.cpp")))
649 out.write(CMakeStringEscape(project.build_path))
680 gn_deps_file = posixpath.join(project.build_path, 'build.ninja.d')
[all …]
/external/clang/
Dbuild.py60 def build_path(*args): function
194 install_host_dir = build_path('install', host)
684 stage_1_out_dir = build_path('stage1')
695 stage_1_install_dir = build_path('stage1-install')
708 stage_2_out_dir = build_path('stage2')
717 debug_clang_out_dir = build_path('debug')
728 base_debug_install_dir = build_path('debug-install')
/external/autotest/site_utils/admin/
Dclean_staged_images.py49 def file_is_too_old(build_path, max_age_hours): argument
57 timestamp_path = os.path.join(build_path, _TIMESTAMP_FILENAME)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dflash_device.py48 fastboot.FlashDevice(args.build_path, wipe=args.wipe)
/external/v8/tools/mb/
Dmb.py880 def ToAbsPath(self, build_path, *comps): argument
882 self.ToSrcRelPath(build_path),
898 build_path = self.args.path[0]
944 cmd = self.GNCmd('analyze', build_path, gn_input_path, gn_output_path)
/external/autotest/client/common_lib/cros/
Ddev_server.py1408 build_path = '%(branch)s/%(target)s/%(build_id)s' % build_info
1416 build_path = build
1421 return os.path.join(self.url(), 'static', build_path, file_path)
/external/u-boot/tools/binman/
DREADME194 binman -I <build_path>
196 where <build_path> is the build directory containing the output of the U-Boot