Home
last modified time | relevance | path

Searched refs:handle_info (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/
Dgstdio.c220 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 …]
Dgtester-report.in131 def handle_info (self, node):
241 def handle_info (self):
349 self.handle_info ()
/third_party/glib/gio/
Dgio-tool.h39 int handle_info (int argc, char *argv[], gboolean do_help);
Dgio-tool.c315 return handle_info (argc, argv, do_help); in main()
Dgio-tool-info.c328 handle_info (int argc, char *argv[], gboolean do_help) in handle_info() function
Dxdp-dbus.h86 gboolean (*handle_info) ( member
Dxdp-dbus.c1201 G_STRUCT_OFFSET (GXdpDocumentsIface, handle_info), in G_DEFINE_INTERFACE()
/third_party/mesa3d/src/intel/tools/
Daubinator_viewer.cpp120 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/
Dexceptions.txt368 boost/detail/winapi/handle_info.hpp