Searched refs:stamp_file (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/scripts/ |
D | remove_files.py | 19 stamp_file = sys.argv[1] variable 29 with open(stamp_file, "w") as f:
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | remove_files.py | 19 stamp_file = sys.argv[1] variable 29 with open(stamp_file, "w") as f:
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | remove_files.py | 59 stamp_file = args.stamp 84 with open(stamp_file, "w") as f:
|
/third_party/gn/src/gn/ |
D | ninja_binary_target_writer.cc | 85 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()
|
D | ninja_target_writer.cc | 496 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/ |
D | BUILD.gn | 88 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/ |
D | BUILD.gn | 187 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/ |
D | BUILD.gn | 150 stamp_file = "$root_out_dir/flutter_install_name_stamp" 154 outputs = [ stamp_file ] 162 rebase_path(stamp_file),
|