Searched refs:file_handle (Results 1 – 5 of 5) 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()
88 HANDLE file_handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in TargetMMap() local90 if (!::GetFileSizeEx(file_handle, &file_length)) { in TargetMMap()
556 LocalHandle file_handle; in TEST_F() local557 EXPECT_FALSE(transaction_.GetFileHandle(1, &file_handle)); in TEST_F()558 EXPECT_TRUE(transaction_.GetFileHandle(1, &file_handle)); in TEST_F()
727 file_handle = tempfile.NamedTemporaryFile(dir=in_dir, delete=False)731 file_handle.write(rand_str)732 file_handle.flush()733 file_handle.close()736 files.append(HostFile(file_handle, md5))
388 def __init__(self, file_handle, dt_type='dtb', page_size=None, version=0): argument397 self.__file = file_handle