Home
last modified time | relevance | path

Searched refs:os_file (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/mojo/core/
Dplatform_wrapper_unittest.cc80 MojoPlatformHandle os_file; in TEST_F() local
81 os_file.struct_size = sizeof(MojoPlatformHandle); in TEST_F()
82 os_file.type = SIMPLE_PLATFORM_HANDLE_TYPE; in TEST_F()
83 os_file.value = in TEST_F()
86 MojoWrapPlatformHandle(&os_file, nullptr, &wrapped_handle)); in TEST_F()
/external/mesa3d/src/util/
DMakefile.sources68 os_file.c \
69 os_file.h \
Dmeson.build70 'os_file.c',
/external/mesa3d/docs/relnotes/
D19.1.1.rst69 - util/os_file: resize buffer to what was actually needed
D19.1.7.rst72 - util/os_file: fix double-close()
D19.2.0.rst199 - util/os_file: fix double-close()
D19.1.0.rst1643 - util/os_file: always use the 'grow' mechanism
1645 - util/os_file: actually return the error read() gave us
D19.3.0.rst1173 - util/os_file: fix double-close()
D20.1.0.rst3393 - util/os_file: extend os_read_file to return the file size
D20.2.0.rst1920 - util/os_file: replace broken windows-detection code with detect_os.h