Home
last modified time | relevance | path

Searched refs:G_FILE_SET_CONTENTS_DURABLE (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgfileutils.h103 G_FILE_SET_CONTENTS_DURABLE = 1 << 1, enumerator
Dgfileutils.c1123 if ((flags & (G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_DURABLE)) && in fd_should_be_fsynced()
1136 return (flags & (G_FILE_SET_CONTENTS_CONSISTENT | G_FILE_SET_CONTENTS_DURABLE)); in fd_should_be_fsynced()
/third_party/glib/glib/tests/
Dfileutils.c986 G_FILE_SET_CONTENTS_DURABLE | in test_set_contents_full()
1201 G_FILE_SET_CONTENTS_DURABLE | in test_set_contents_full_read_only_directory()