HomeSort by relevance Sort by last modified time
    Searched refs:stamp_file (Results 1 - 2 of 2) sorted by null

  /external/v8/build/
rmdir_and_stamp.py 15 - Include |stamp_file| as an input for that target or any of its rules which
17 - Add an action which depends on |inputs| and which outputs |stamp_file|;
18 the action should run this script and pass |out_path| and |stamp_file| as
34 def Main(dst_dir, stamp_file):
41 with open(stamp_file, 'a'):
42 os.utime(stamp_file, None)
  /external/boringssl/src/util/bot/
update_clang.py 30 STAMP_FILE = os.path.join(LLVM_BUILD_DIR, "cr_build_revision")
49 if os.path.exists(STAMP_FILE):
50 with open(STAMP_FILE) as f:
65 with open(STAMP_FILE, "wb") as stamp_file:
66 stamp_file.write(PACKAGE_VERSION)

Completed in 160 milliseconds