Searched refs:cache_path (Results 1 - 5 of 5) sorted by relevance
/external/v8/build/android/pylib/local/device/ |
H A D | local_device_environment.py | 64 cache_path = _DeviceCachePath(d) 65 if os.path.exists(cache_path): 66 logging.info('Using device cache: %s', cache_path) 67 with open(cache_path) as f: 70 os.unlink(cache_path) 116 cache_path = _DeviceCachePath(d) 117 with open(cache_path, 'w') as f: 119 logging.info('Wrote device cache: %s', cache_path)
|
/external/libyuv/files/ |
H A D | sync_chromium.py | 100 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep, 103 cache_path = '/b/git-cache' 106 cache_path = get_cache_dir() 112 if cache_path: 125 spec[-1] = 'cache_dir = %r' % (cache_path,)
|
/external/v8/build/android/incremental_install/ |
H A D | installer.py | 79 cache_path = _DeviceCachePath(device) 80 if os.path.exists(cache_path): 81 os.unlink(cache_path) 172 cache_path = _DeviceCachePath(device) 177 if os.path.exists(cache_path): 178 logging.info('Using device cache: %s', cache_path) 179 with open(cache_path) as f: 182 os.unlink(cache_path) 184 logging.info('No device cache present: %s', cache_path) 187 with open(cache_path, ' [all...] |
/external/webrtc/ |
H A D | sync_chromium.py | 131 cache_path = os.path.join(os.path.splitdrive(ROOT_DIR)[0] + os.path.sep, 134 cache_path = '/b/git-cache' 140 cache_path = get_cache_dir() 146 if cache_path: 159 spec[-1] = 'cache_dir = %r' % (cache_path,)
|
/external/ImageMagick/MagickCore/ |
H A D | resource.c | 1001 cache_path[MagickPathExtent]; 1015 (void) CopyMagickString(cache_path,path,MagickPathExtent); 1016 AppendImageFormat("cache",cache_path); 1017 (void) ShredFile(cache_path); 990 cache_path[MagickPathExtent]; local
|
Completed in 159 milliseconds