Searched refs:file_handle (Results 1 – 2 of 2) sorted by relevance
914 int64_t file_handle; in PerformCompilation() local920 file_handle = file_handle_id++; in PerformCompilation()921 file_path_map[event.filename] = file_handle; in PerformCompilation()925 entry->set_id(file_handle); in PerformCompilation()929 int i = static_cast<int>(file_handle); in PerformCompilation()935 file_handle = it->second; in PerformCompilation()944 if (entry->index_id() == file_handle && in PerformCompilation()958 entry->set_index_id(file_handle); in PerformCompilation()
388 def __init__(self, file_handle, dt_type='dtb', page_size=None, version=0): argument397 self.__file = file_handle