HomeSort by: relevance | last modified time | path
    Searched defs:file_handle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/atf/dist/tools/
io.hpp 44 // The "file_handle" class.
50 //! The \a file_handle class is a simple RAII model for native system file
56 //! A \a file_handle object can be copied but doing so invalidates the
57 //! source object. There can only be a single valid \a file_handle object
64 class file_handle class in namespace:tools::io
83 //! This constructor creates a new \a file_handle object that represents
89 file_handle(void);
94 //! This constructor creates a new \a file_handle object that takes
104 file_handle(handle_type h);
112 //! avoids having two live \a file_handle objects referring to th
    [all...]
io.cpp 49 // The "file_handle" class.
52 impl::file_handle::file_handle(void) : function in class:impl::file_handle
57 impl::file_handle::file_handle(handle_type h) : function in class:impl::file_handle
63 impl::file_handle::file_handle(const file_handle& fh) : function in class:impl::file_handle
69 impl::file_handle::~file_handle(void
    [all...]
  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 38 struct file_handle { struct
43 static struct file_handle **all_file_handles = NULL;
52 struct file_handle *h = (struct file_handle *) handle;
96 struct file_handle *h = (struct file_handle *) handle;
162 * sizeof (struct file_handle *));
166 sizeof (struct file_handle));
230 struct file_handle *handle = all_file_handles[j];
260 struct file_handle *handle = all_file_handles[j]
    [all...]
  /src/external/mit/libuv/dist/test/
test-fs.c 2599 HANDLE file_handle; local
2613 file_handle = CreateFile("test_dir/test_file",
2621 ASSERT_PTR_NE(file_handle, INVALID_HANDLE_VALUE);
2628 r = DeviceIoControl(file_handle,
2638 CloseHandle(file_handle);
4876 HANDLE file_handle; local
4890 file_handle = CreateFileW(L"test_dir/hi\xD801\x0037",
4898 ASSERT_PTR_NE(file_handle, INVALID_HANDLE_VALUE);
4900 CloseHandle(file_handle);

Completed in 26 milliseconds