Home
last modified time | relevance | path

Searched refs:file_handle (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/compiler/
Dcompiler.cc914 int64_t file_handle; in PerformCompilation() local
920 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()
/system/libufdt/utils/src/
Dmkdtboimg.py388 def __init__(self, file_handle, dt_type='dtb', page_size=None, version=0): argument
397 self.__file = file_handle