Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/compiler/
H A 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()
/aosp12/art/libartbase/base/
H A Dmem_map_windows.cc88 HANDLE file_handle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in TargetMMap() local
90 if (!::GetFileSizeEx(file_handle, &file_length)) { in TargetMMap()
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp556 LocalHandle file_handle; in TEST_F() local
557 EXPECT_FALSE(transaction_.GetFileHandle(1, &file_handle)); in TEST_F()
558 EXPECT_TRUE(transaction_.GetFileHandle(1, &file_handle)); in TEST_F()
/aosp12/packages/modules/adb/
H A Dtest_device.py727 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))
/aosp12/system/libufdt/utils/src/
H A Dmkdtboimg.py388 def __init__(self, file_handle, dt_type='dtb', page_size=None, version=0): argument
397 self.__file = file_handle