OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 223 milliseconds