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

  /external/bluetooth/glib/glib/
gfileutils.h 70 G_FILE_TEST_IS_SYMLINK = 1 << 1,
gfileutils.c 144 * Apart from %G_FILE_TEST_IS_SYMLINK all tests follow symbolic links,
146 * %TRUE for both %G_FILE_TEST_IS_SYMLINK and %G_FILE_TEST_IS_REGULAR.
149 * %TRUE for %G_FILE_TEST_IS_SYMLINK and %FALSE for all other flags.
154 * For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
159 * if (!g_file_test (filename, G_FILE_TEST_IS_SYMLINK))
174 * %G_FILE_TEST_IS_SYMLINK will always return %FALSE. Testing for
283 if (test & G_FILE_TEST_IS_SYMLINK)
    [all...]
  /external/bluetooth/glib/gio/
glocalfileoutputstream.c 701 is_symlink = g_file_test (filename, G_FILE_TEST_IS_SYMLINK);
gunixmounts.c     [all...]

Completed in 230 milliseconds