Home
last modified time | relevance | path

Searched refs:cache_path (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/
Dsync_chromium.py100 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/webrtc/
Dsync_chromium.py131 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/libmojo/base/android/
Dpath_utils.cc40 FilePath cache_path(ConvertJavaStringToUTF8(path)); in GetCacheDirectory() local
41 *result = cache_path; in GetCacheDirectory()
/external/autotest/server/cros/
Dtradefed_test.py513 def _instance_copy(self, cache_path): argument
517 filename = os.path.basename(cache_path)
518 dirname = os.path.basename(os.path.dirname(cache_path))
523 shutil.copyfile(cache_path, instance_path)
532 cache_path = self._download_to_cache(gs_uri)
533 local = self._instance_copy(cache_path)
545 cache_path = self._download_to_cache(gs_uri)
546 local = self._instance_copy(cache_path)
/external/toolchain-utils/crosperf/
Dresults_cache.py637 cache_path = self.FormCacheDir(self.GetCacheKeyList(False))[0]
647 return cache_path, keylist
648 return cache_path
655 cache_path = [os.path.join(cache_home, cache_dir)]
657 cache_path = [os.path.join(SCRATCH_DIR, cache_dir)]
662 cache_path.append(os.path.join(path, cache_dir))
666 return cache_path
/external/ImageMagick/MagickCore/
Dresource.c990 cache_path[MagickPathExtent]; in RelinquishUniqueFileResource() local
1004 (void) CopyMagickString(cache_path,path,MagickPathExtent); in RelinquishUniqueFileResource()
1005 AppendImageFormat("cache",cache_path); in RelinquishUniqueFileResource()
1006 (void) ShredFile(cache_path); in RelinquishUniqueFileResource()