Searched refs:cache_file_path (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/tools/unittests/ |
H A D | v8_presubmit_test.py | 19 def __init__(self, cache_file_path): 21 use_cache=True, cache_file_path=cache_file_path, file_type='.test') 31 _, self.cache_file_path = tempfile.mkstemp() 32 cache = FileContentsCache(self.cache_file_path) 48 for file in [self.cache_file_path] + self.target_files: 52 cache = FileContentsCache(self.cache_file_path) 71 cached_processor = CachedProcessor(cache_file_path=self.cache_file_path) 85 cache_file_path variable in FileContentsCacheTest.testCacheableSourceFileProcessorWithModifications.CachedProcessor [all...] |
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 285 def __init__(self, use_cache, cache_file_path, file_type): 287 self.cache_file_path = cache_file_path 312 cache = FileContentsCache(self.cache_file_path) 362 use_cache=use_cache, cache_file_path='.cpplint-cache', file_type='C/C++') 406 use_cache=use_cache, cache_file_path='.torquelint-cache', 435 use_cache=use_cache, cache_file_path='.jslint-cache',
|
Completed in 2 milliseconds