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

  /external/bluetooth/glib/glib/
gfileutils.h 71 G_FILE_TEST_IS_DIR = 1 << 2,
gfileutils.c 112 else if (!g_file_test (fn, G_FILE_TEST_IS_DIR))
139 * G_FILE_TEST_IS_DIR)</literal> will return %TRUE if the file exists;
212 if (test & G_FILE_TEST_IS_DIR)
292 G_FILE_TEST_IS_DIR |
302 if ((test & G_FILE_TEST_IS_DIR) && S_ISDIR (s.st_mode))
    [all...]
gutils.c 476 !g_file_test (program, G_FILE_TEST_IS_DIR))
579 !g_file_test (startp, G_FILE_TEST_IS_DIR))
    [all...]
  /external/bluetooth/glib/gio/
gcontenttype.c 1038 if (g_file_test (name, G_FILE_TEST_IS_DIR))
    [all...]
gdesktopappinfo.c     [all...]

Completed in 261 milliseconds