Home
last modified time | relevance | path

Searched refs:cache_file_path (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmulti_kernel.py254 def cache_file_path(self): member in MultiKernelCall
260 path = self.cache_file_path()
273 path = self.cache_file_path()
H A Dtriton.py3069 def cache_file_path(): function
3074 path = cache_file_path()
3081 path = cache_file_path()
3140 def cache_file_path(): function
3145 path = cache_file_path()
3152 path = cache_file_path()
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dnacl_browser.cc315 base::FilePath cache_file_path; in InitValidationCacheFilePath() local
316 GetDelegate()->GetCacheDirectory(&cache_file_path); in InitValidationCacheFilePath()
320 cache_file_path.Append(kValidationCacheFileName); in InitValidationCacheFilePath()
H A Dpnacl_host.cc119 base::FilePath cache_file_path; in GetCachePath() local
120 browser_delegate->GetCacheDirectory(&cache_file_path); in GetCachePath()
123 return cache_file_path.Append(kTranslationCacheDirectoryName); in GetCachePath()
/aosp_15_r20/tools/asuite/adevice/src/
H A Dfingerprint.rs312 let cache_file_path = Cache::default_cache_path(); in read() localVariable
313 Cache::read_from_file(&cache_file_path) in read()
339 let cache_file_path = Cache::default_cache_path(); in write() localVariable
340 self.write_to_file(results, &cache_file_path) in write()