Home
last modified time | relevance | path

Searched refs:source_dir (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mtdev/patch/
Dapply_patch.sh31 source_dir=$1
36 echo "source_dir: $source_dir"
40 if [ "$source_dir" == "" ] || [ "$out_dir" == "" ] || [ "$path_file_dir" == "" ]; then
54 echo "cp $source_dir/* to $out_dir/"
55 cp -fra $source_dir/* $out_dir
/third_party/libinput/patch/
Dapply_patch.sh31 source_dir=$1
36 echo "source_dir: $source_dir"
40 if [ "$source_dir" == "" ] || [ "$out_dir" == "" ] || [ "$path_file_dir" == "" ]; then
54 echo "cp $source_dir/* to $out_dir/"
55 cp -fra $source_dir/* $out_dir
/third_party/skia/third_party/externals/expat/expat/
Dcoverage.sh151 local source_dir="$1"
153 local abs_source_dir="${PWD}/${source_dir}"
201 sed "/SF:/ s,${build_dir}/,${source_dir}/," "${coverage_info}-all" > "${coverage_info}"
269 local source_dir="$(_get_source_dir)"
272 _copy_to "${source_dir}"
285 _run "${source_dir}" "${build_dir}"
/third_party/gn/patches/
Dfd9f2036f26d83f9fcfe93042fb952e5a7fe2167.patch16 if (source_dir.is_source_absolute()) {
18 - std::string_view source_dir_path = source_dir.value();
33 - result.value().append(&source_dir.value()[2],
34 - source_dir.value().size() - 2);
38 + result.value().append(&source_dir.value()[2],
39 + source_dir.value().size() - 2);
42 AppendFixedAbsolutePathSuffix(context.build_settings, source_dir, &result);
/third_party/flatbuffers/
Dinstall.py48 tar_file_path = os.path.join(args.source_dir, "v2.0.0.tar.gz")
51 clear_dir(os.path.join(args.source_dir, "include"))
53 move_dir(os.path.join(target_dir, "include"), os.path.join(args.source_dir, "include"))
/third_party/gn/src/gn/
Druntime_deps_unittest.cc309 const SourceDir source_dir("//"); in TEST_F() local
313 Label(source_dir, "loadable_module")); in TEST_F()
318 Target module_data(setup.settings(), Label(source_dir, "module_data")); in TEST_F()
327 Target source_set(setup.settings(), Label(source_dir, "sources")); in TEST_F()
329 source_set.sources().push_back(SourceFile(source_dir.value() + "foo.cc")); in TEST_F()
332 Target dylib(setup.settings(), Label(source_dir, "dylib")); in TEST_F()
340 Target dylib_data(setup.settings(), Label(source_dir, "dylib_data")); in TEST_F()
348 Target data_dep(setup.settings(), Label(source_dir, "datadep")); in TEST_F()
353 Target bundle(setup.settings(), Label(source_dir, "bundle")); in TEST_F()
367 Target main(setup.settings(), Label(source_dir, "main")); in TEST_F()
Dfilesystem_utils.cc177 const SourceDir& source_dir, in AppendFixedAbsolutePathSuffix() argument
181 if (base::StartsWith(source_dir.value(), build_dir, in AppendFixedAbsolutePathSuffix()
184 result->value().append(&source_dir.value()[build_dir_size], in AppendFixedAbsolutePathSuffix()
185 source_dir.value().size() - build_dir_size); in AppendFixedAbsolutePathSuffix()
191 std::string src_dir_value = source_dir.value(); in AppendFixedAbsolutePathSuffix()
196 const std::string& src_dir_value = source_dir.value(); in AppendFixedAbsolutePathSuffix()
1015 const SourceDir& source_dir, in GetSubBuildDirAsSourceDir() argument
1017 return GetSubBuildDirAsOutputFile(context, source_dir, type) in GetSubBuildDirAsSourceDir()
1022 const SourceDir& source_dir, in GetSubBuildDirAsOutputFile() argument
1027 if (source_dir.is_source_absolute()) { in GetSubBuildDirAsOutputFile()
[all …]
Dmetadata.h45 const SourceDir& source_dir() const { return source_dir_; } in source_dir() function
46 SourceDir& source_dir() { return source_dir_; } in source_dir() function
Dfilesystem_utils.h282 const SourceDir& source_dir,
285 const SourceDir& source_dir,
Dxcode_writer.cc251 SourceDir source_dir, in AddXCTestFilesToTestModuleTarget() argument
255 source.value(), source_dir, build_settings->root_path_utf8()); in AddXCTestFilesToTestModuleTarget()
651 const SourceDir source_dir("//"); in AddSourcesFromBuilder() local
654 source.value(), source_dir, build_settings_->root_path_utf8()); in AddSourcesFromBuilder()
728 const SourceDir source_dir("//"); in AddCXTestSourceFilesForTestModuleTargets() local
768 source_dir, build_settings_); in AddCXTestSourceFilesForTestModuleTargets()
/third_party/freetype/
Dinstall.py91 tar_file_path = os.path.join(args.source_dir, "freetype-2.12.1.tar.xz")
96 move_file(args.source_dir, target_dir)
97 move_include(args.source_dir, target_include_dir)
/third_party/mbedtls/scripts/
Dgenerate_visualc_files.pl39 my $source_dir = 'library';
117 && -d $source_dir
272 $source_dir,
277 $source_dir,
/third_party/skia/infra/bots/recipe_modules/build/resources/
Ddocker-flutter-compile.sh20 source_dir=$2
24 cd $source_dir
/third_party/skia/tools/skp/
Dwebpages_playback.py493 def upload_dir_contents(self, source_dir, dest_dir): argument
524 def upload_dir_contents(self, source_dir, dest_dir): argument
526 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
542 def upload_dir_contents(self, source_dir, dest_dir): argument
543 def copytree(source_dir, dest_dir): argument
546 for item in os.listdir(source_dir):
547 source = os.path.join(source_dir, item)
553 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
/third_party/libsnd/
Dmake_lite.py223 source_dir = os.getcwd () variable
230 os.system ("rm -rf %s%s.tar.gz" % (source_dir, package_version))
240 if os.system ("tar zxf %s/%s.tar.gz" % (source_dir, package_version)):
482 if os.system ("cp %s.tar.gz %s" % (lite_version, source_dir)):
487 os.chdir (source_dir)
/third_party/cups-filters/
Dinstall.py56 convs_dir = os.path.join(args.source_dir, "mime")
58 do_patch(args.source_dir)
/third_party/libpng/
Dinstall.py79 tar_file_path = os.path.join(args.source_dir, "libpng-1.6.38.tar.gz")
83 move_file(args.source_dir, target_dir)
/third_party/harfbuzz/
Dinstall.py74 tar_file_path = os.path.join(args.source_dir, "harfbuzz-2.8.2.tar.xz")
78 move_file(args.source_dir, target_dir)
/third_party/libjpeg-turbo/
Dinstall.py78 tar_file_path = os.path.join(args.source_dir, "libjpeg-turbo-2.1.1.tar.gz")
82 move_file(args.source_dir, target_dir)
/third_party/cups/
Dinstall.py88 tar_file_path = os.path.join(args.source_dir, "cups-2.4.0-source.tar.gz")
93 move_file(args.source_dir, target_dir)
/third_party/node/deps/v8/tools/cppgc/
Dexport_to_github.sh7 source_dir=$(cd "$(dirname "$0")"; pwd -P)
10 copybara_file="$source_dir/copy.bara.sky"
/third_party/node/deps/v8/tools/
Dlldb_commands.py123 source_dir = os.path.join(this_dir, os.pardir)
126 'settings set target.source-map ../.. ' + source_dir)
/third_party/json/tools/amalgamate/
Damalgamate.py53 def find_included_file(self, file_path, source_dir): argument
55 if source_dir:
56 search_dirs.insert(0, source_dir)
/third_party/skia/third_party/externals/freetype/src/tools/
Dmake_distribution_archives.py76 git_dir = args.source_dir if args.source_dir else _TOP_DIR
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py299 source_dir = rpm_dir['SOURCES']
300 self.copy_file(source, source_dir)
304 self.copy_file(self.icon, source_dir)

12