Home
last modified time | relevance | path

Searched refs:stamp_file (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dremove_files.py19 stamp_file = sys.argv[1] variable
29 with open(stamp_file, "w") as f:
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dremove_files.py19 stamp_file = sys.argv[1] variable
29 with open(stamp_file, "w") as f:
/third_party/skia/third_party/externals/dawn/generator/
Dremove_files.py59 stamp_file = args.stamp
84 with open(stamp_file, "w") as f:
/third_party/gn/src/gn/
Dninja_binary_target_writer.cc85 OutputFile stamp_file = in WriteInputsStampAndGetDep() local
87 stamp_file.value().append(target_->label().name()); in WriteInputsStampAndGetDep()
88 stamp_file.value().append(".inputs.stamp"); in WriteInputsStampAndGetDep()
91 path_output_.WriteFile(out_, stamp_file); in WriteInputsStampAndGetDep()
102 return {stamp_file}; in WriteInputsStampAndGetDep()
Dninja_target_writer.cc496 const OutputFile& stamp_file = target_->dependency_output_file(); in WriteStampForTarget() local
500 CHECK(base::EndsWith(stamp_file.value(), ".stamp", in WriteStampForTarget()
503 << "\"" << stamp_file.value() << "\""; in WriteStampForTarget()
506 path_output_.WriteFile(out_, stamp_file); in WriteStampForTarget()
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/
DBUILD.gn88 stamp_file = "$root_out_dir/flutter_install_name_stamp"
92 outputs = [ stamp_file ]
100 rebase_path(stamp_file),
/third_party/flutter/engine/flutter/shell/platform/embedder/
DBUILD.gn187 stamp_file = "$root_build_dir/flutter_embedder_install_name_stamp"
192 outputs = [ stamp_file ]
200 rebase_path(stamp_file),
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/
DBUILD.gn150 stamp_file = "$root_out_dir/flutter_install_name_stamp"
154 outputs = [ stamp_file ]
162 rebase_path(stamp_file),