Searched refs:binary_cache_path (Results 1 – 2 of 2) sorted by relevance
604 self, binary_cache_path: Optional[str],607 self.binary_cache_path = binary_cache_path620 self.binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))630 if self.binary_cache_path:631 lib.SetSymfs(self.binary_cache_path)994 binary_cache_path = 'binary_cache'995 if not os.path.isdir(binary_cache_path):1001 binary_cache_path = None1011 record_data = RecordData(binary_cache_path, ndk_path,
56 def __init__(self, ndk_path, binary_cache_path, source_dirs): argument57 binary_finder = BinaryFinder(binary_cache_path, ReadElf(ndk_path))