Home
last modified time | relevance | path

Searched defs:cache_path (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/
Dtradefed_test.py618 def _instance_copyfile(self, cache_path): argument
631 def _instance_copytree(self, cache_path): argument
/external/libxcam/modules/ocl/
Dcl_kernel.cpp137 const char* cache_path = std::getenv ("XCAM_CL_KERNEL_CACHE_PATH"); in build_kernel() local
/external/ImageMagick/MagickCore/
Dresource.c1046 cache_path[MagickPathExtent]; in RelinquishUniqueFileResource() local
/external/bcc/src/cc/
Dbcc_proc.c265 static int load_ld_cache(const char *cache_path) { in load_ld_cache()
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py758 def _cache_bytecode(self, source_path, cache_path, data): argument