HomeSort by relevance Sort by last modified time
    Searched refs:G_FILE_ATTRIBUTE_TIME_CHANGED_USEC (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/
gfileinfo.h 427 * G_FILE_ATTRIBUTE_TIME_CHANGED_USEC:
434 #define G_FILE_ATTRIBUTE_TIME_CHANGED_USEC "time::changed-usec" /* uint32 */
    [all...]
glocalfileinfo.c 963 g_file_info_set_attribute_uint32 (info, G_FILE_ATTRIBUTE_TIME_CHANGED_USEC, statbuf->st_ctimensec / 1000);
965 g_file_info_set_attribute_uint32 (info, G_FILE_ATTRIBUTE_TIME_CHANGED_USEC, statbuf->st_ctim.tv_nsec / 1000);
    [all...]

Completed in 482 milliseconds