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

  /external/libyuv/files/
sync_chromium.py 72 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium')
79 os.path.exists(flag_file)):
80 with open(flag_file, 'r') as f:
84 os.unlink(flag_file)
147 with open(flag_file, 'wb') as f:
  /external/webrtc/
sync_chromium.py 93 flag_file = os.path.join(opts.chromium_dir, '.last_sync_chromium')
100 os.path.exists(flag_file)):
101 with open(flag_file, 'r') as f:
105 os.unlink(flag_file)
188 with open(flag_file, 'wb') as f:

Completed in 171 milliseconds