Searched refs:blob_path (Results 1 – 2 of 2) sorted by relevance
399 blob_path = PurePath(blob.path)400 if blob_path.name.startswith(search_word):
322 def read_and_compress_spirv_blob(blob_path): argument323 with open(blob_path, 'rb') as blob_file: