Searched refs:G_FILE_ATTRIBUTE_TIME_ACCESS (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/ |
D | gfileinfo.h | 501 #define G_FILE_ATTRIBUTE_TIME_ACCESS "time::access" /* uint64 */ macro
|
D | glocalfileinfo.c | 2775 else if (strcmp (attribute, G_FILE_ATTRIBUTE_TIME_ACCESS) == 0) in _g_local_file_info_set_attribute() 2919 atime = _g_file_info_get_attribute_value (info, G_FILE_ATTRIBUTE_TIME_ACCESS); in _g_local_file_info_set_attributes()
|
D | glocalfile.c | 184 G_FILE_ATTRIBUTE_TIME_ACCESS, in g_local_file_class_init()
|
/third_party/glib/gio/tests/ |
D | file.c | 2873 … g_assert_nonnull (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_ACCESS ",")); in test_build_attribute_list_for_copy() 2878 … g_assert_null (g_strstr_len (attrs_with_commas, -1, "," G_FILE_ATTRIBUTE_TIME_ACCESS ",")); in test_build_attribute_list_for_copy()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 315 G_FILE_ATTRIBUTE_TIME_ACCESS
|