Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfossilize_db.c93 create_foz_db_filenames(char *cache_path, char *name, char **filename, in create_foz_db_filenames()
269 foz_prepare(struct foz_db *foz_db, char *cache_path) in foz_prepare()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c291 char *cache_path, char *interval_path, in debuginfod_clean_cache()
836 char *cache_path = NULL; in debuginfod_query_server() local
/third_party/python/Lib/importlib/
D_bootstrap_external.py972 def _cache_bytecode(self, source_path, cache_path, data): argument