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

  /external/bluetooth/glib/glib/
gfileutils.h 69 G_FILE_TEST_IS_REGULAR = 1 << 0,
gfileutils.c 146 * %TRUE for both %G_FILE_TEST_IS_SYMLINK and %G_FILE_TEST_IS_REGULAR.
209 if (test & G_FILE_TEST_IS_REGULAR)
291 if (test & (G_FILE_TEST_IS_REGULAR |
299 if ((test & G_FILE_TEST_IS_REGULAR) && S_ISREG (s.st_mode))
    [all...]
  /external/bluetooth/glib/tests/
file-test.c 162 g_assert (g_file_test (filename, G_FILE_TEST_IS_REGULAR));
  /external/bluetooth/glib/gmodule/
gmodule.c 386 if (g_file_test (file_name, G_FILE_TEST_IS_REGULAR))
392 if (!g_file_test (name, G_FILE_TEST_IS_REGULAR))
402 if (!g_file_test (name, G_FILE_TEST_IS_REGULAR))
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 193 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
testdownload.c 183 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
  /external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp 253 if (g_file_test(fsRep.data(), static_cast<GFileTest>(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)))
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1292 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR))
1303 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR))
    [all...]

Completed in 169 milliseconds