Searched refs:handle_info (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/ |
D | gstdio.c | 220 const BY_HANDLE_FILE_INFORMATION *handle_info, in _g_win32_fill_statbuf_from_handle_info() argument 257 if ((handle_info->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) == FILE_ATTRIBUTE_DIRECTORY) in _g_win32_fill_statbuf_from_handle_info() 269 if ((handle_info->dwFileAttributes & FILE_ATTRIBUTE_READONLY) != FILE_ATTRIBUTE_READONLY) in _g_win32_fill_statbuf_from_handle_info() 300 statbuf->st_nlink = handle_info->nNumberOfLinks; in _g_win32_fill_statbuf_from_handle_info() 302 statbuf->st_size = (((guint64) handle_info->nFileSizeHigh) << 32) | handle_info->nFileSizeLow; in _g_win32_fill_statbuf_from_handle_info() 303 statbuf->st_ctime = _g_win32_filetime_to_unix_time (&handle_info->ftCreationTime, NULL); in _g_win32_fill_statbuf_from_handle_info() 304 statbuf->st_mtime = _g_win32_filetime_to_unix_time (&handle_info->ftLastWriteTime, NULL); in _g_win32_fill_statbuf_from_handle_info() 305 statbuf->st_atime = _g_win32_filetime_to_unix_time (&handle_info->ftLastAccessTime, NULL); in _g_win32_fill_statbuf_from_handle_info() 315 const BY_HANDLE_FILE_INFORMATION *handle_info, in _g_win32_fill_privatestat() argument 323 buf->volume_serial = handle_info->dwVolumeSerialNumber; in _g_win32_fill_privatestat() [all …]
|
D | gtester-report.in | 131 def handle_info (self, node): 241 def handle_info (self): 349 self.handle_info ()
|
/third_party/glib/gio/ |
D | gio-tool.h | 39 int handle_info (int argc, char *argv[], gboolean do_help);
|
D | gio-tool.c | 315 return handle_info (argc, argv, do_help); in main()
|
D | gio-tool-info.c | 328 handle_info (int argc, char *argv[], gboolean do_help) in handle_info() function
|
D | xdp-dbus.h | 86 gboolean (*handle_info) ( member
|
D | xdp-dbus.c | 1201 G_STRUCT_OFFSET (GXdpDocumentsIface, handle_info), in G_DEFINE_INTERFACE()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 120 handle_info(void *user_data, int pci_id, const char *app_name) in handle_info() function 174 aub_read.info = handle_info; in aub_file_open()
|
/third_party/boost/tools/boostdep/depinst/ |
D | exceptions.txt | 368 boost/detail/winapi/handle_info.hpp
|