Searched refs:record_path (Results 1 – 11 of 11) sorted by relevance
/external/cronet/stable/build/android/gyp/util/ |
D | md5_check.py | 27 record_path=None, argument 56 record_path=record_path, 72 record_path=None, argument 102 assert record_path or output_paths 106 record_path = record_path or output_paths[0] + '.md5.stamp' 108 assert record_path.endswith('.stamp'), ( 130 if not missing_outputs and os.path.exists(record_path): 131 record_mtime = os.path.getmtime(record_path) 136 with open(record_path, 'r') as jsonfile: 148 print('Target is stale: %s' % record_path) [all …]
|
D | md5_check_test.py | 41 record_path = tempfile.NamedTemporaryFile(suffix='.stamp') 60 os.utime(record_path.name, (output_mtime - 1, output_mtime - 1)) 64 os.utime(record_path.name, None) 78 record_path=record_path.name,
|
/external/cronet/tot/build/android/gyp/util/ |
D | md5_check.py | 27 record_path=None, argument 56 record_path=record_path, 72 record_path=None, argument 102 assert record_path or output_paths 106 record_path = record_path or output_paths[0] + '.md5.stamp' 108 assert record_path.endswith('.stamp'), ( 130 if not missing_outputs and os.path.exists(record_path): 131 record_mtime = os.path.getmtime(record_path) 136 with open(record_path, 'r') as jsonfile: 148 print('Target is stale: %s' % record_path) [all …]
|
D | md5_check_test.py | 41 record_path = tempfile.NamedTemporaryFile(suffix='.stamp') 60 os.utime(record_path.name, (output_mtime - 1, output_mtime - 1)) 64 os.utime(record_path.name, None) 78 record_path=record_path.name,
|
/external/angle/build/android/gyp/util/ |
D | md5_check.py | 27 record_path=None, argument 56 record_path=record_path, 72 record_path=None, argument 102 assert record_path or output_paths 106 record_path = record_path or output_paths[0] + '.md5.stamp' 108 assert record_path.endswith('.stamp'), ( 131 if not missing_outputs and os.path.exists(record_path): 132 with open(record_path, 'r') as jsonfile: 144 print('Target is stale: %s' % record_path) 151 with open(record_path, 'w') as f:
|
D | md5_check_test.py | 41 record_path = tempfile.NamedTemporaryFile(suffix='.stamp') 70 record_path=record_path.name,
|
/external/libchrome/build/android/gyp/util/ |
D | md5_check.py | 22 function, record_path=None, input_paths=None, input_strings=None, argument 45 assert record_path or output_paths 49 record_path = record_path or output_paths[0] + '.md5.stamp' 51 assert record_path.endswith('.stamp'), ( 69 if not missing_outputs and os.path.exists(record_path): 70 with open(record_path, 'r') as jsonfile: 82 print('Target is stale: %s' % record_path) 89 with open(record_path, 'w') as f:
|
D | md5_check_test.py | 36 record_path = tempfile.NamedTemporaryFile(suffix='.stamp') 60 record_path=record_path.name,
|
D | build_utils.py | 553 def CallAndWriteDepfileIfStale(function, options, record_path=None, argument 593 record_path=record_path,
|
/external/bazelbuild-rules_python/python/private/pypi/ |
D | repack_whl.py | 152 record_path = distinfo_dir / "RECORD" 153 record_contents = record_path.read_text() if record_path.exists() else ""
|
/external/bazelbuild-rules_python/tools/ |
D | wheelmaker.py | 211 record_path = self.distinfo_path("RECORD") 212 entries = self._record + [(record_path, b"", b"")] 228 self.add_string(record_path, contents)
|