Searched refs:g_file_test (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit/gtk/tests/
H A Dtest_utils.c33 while (!g_file_test(target_filename, G_FILE_TEST_EXISTS)) {
H A Dtestwebframe.c193 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
H A Dtestdownload.c183 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE);
/external/bluetooth/glib/glib/
H A Dgfileutils.h81 #define g_file_test g_file_test_utf8 macro
87 gboolean g_file_test (const gchar *filename,
H A Dgfileutils.c102 if (!g_file_test (fn, G_FILE_TEST_EXISTS))
112 else if (!g_file_test (fn, G_FILE_TEST_IS_DIR))
133 * g_file_test:
145 * so for a symbolic link to a regular file g_file_test() will return
148 * Note, that for a dangling symbolic link g_file_test() will return
151 * You should never use g_file_test() to test whether it is safe
159 * if (!g_file_test (filename, G_FILE_TEST_IS_SYMLINK))
182 g_file_test (const gchar *filename, function
971 if (g_file_test (dest_file, G_FILE_TEST_EXISTS) &&
1096 if (!g_file_test (filenam
1832 #undef g_file_test macro
1835 g_file_test (const gchar *filename, function
[all...]
H A Dgutils.c475 if (g_file_test (program, G_FILE_TEST_IS_EXECUTABLE) &&
476 !g_file_test (program, G_FILE_TEST_IS_DIR))
578 if (g_file_test (startp, G_FILE_TEST_IS_EXECUTABLE) &&
579 !g_file_test (startp, G_FILE_TEST_IS_DIR))
1567 g_file_test (g_home_dir, G_FILE_TEST_IS_DIR)))
H A Dgaliasdef.c845 #undef g_file_test macro
846 extern __typeof (g_file_test) g_file_test __attribute((alias("IA__g_file_test"), visibility("default")));
H A Dgalias.h838 extern __typeof (g_file_test) IA__g_file_test __attribute((visibility("hidden")));
839 #define g_file_test IA__g_file_test macro
/external/bluetooth/glib/tests/
H A Dmapping-test.c52 stop = g_file_test ("STOP", G_FILE_TEST_EXISTS);
179 g_assert (!g_file_test ("STOP", G_FILE_TEST_EXISTS));
H A Dfile-test.c162 g_assert (g_file_test (filename, G_FILE_TEST_IS_REGULAR));
/external/bluetooth/glib/gio/tests/
H A Ddesktop-app-info.c69 res = g_file_test (filename, G_FILE_TEST_EXISTS);
78 res = g_file_test (filename, G_FILE_TEST_EXISTS);
83 if (g_file_test ("/usr/share/applications/gedit.desktop", G_FILE_TEST_EXISTS))
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp85 result = g_file_test(filename.data(), G_FILE_TEST_EXISTS);
253 if (g_file_test(fsRep.data(), static_cast<GFileTest>(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR)))
/external/bluetooth/bluez/audio/
H A Dtelephony-maemo5.c1890 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS) ||
1891 g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS) ||
1892 g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS))
1907 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS))
1909 else if (g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS))
1911 else if (g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS))
1919 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS))
1921 else if (g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS))
1923 else if (g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS))
/external/bluetooth/glib/gmodule/
H A Dgmodule.c386 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/bluetooth/glib/gio/inotify/
H A Dinotify-helper.c183 if (!g_file_test (fullpath, G_FILE_TEST_EXISTS))
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginPackageGtk.cpp141 while (g_file_test(finalPath.get(), G_FILE_TEST_IS_SYMLINK)) {
/external/bluetooth/glib/gio/fen/
H A Dfen-helper.c141 g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) {
152 g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) {
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp186 if (environmentPath && g_file_test(environmentPath, G_FILE_TEST_IS_DIR))
/external/webkit/Tools/GtkLauncher/
H A Dmain.c223 if (!g_file_test(filename, G_FILE_TEST_EXISTS))
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c1292 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR))
1303 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR))
H A Dglocalfileoutputstream.c701 is_symlink = g_file_test (filename, G_FILE_TEST_IS_SYMLINK);
H A Dgdesktopappinfo.c1519 if (!g_file_test (filename, G_FILE_TEST_EXISTS))
2017 if (g_file_test (filename, G_FILE_TEST_IS_DIR))
H A Dgcontenttype.c1038 if (g_file_test (name, G_FILE_TEST_IS_DIR))
H A Dgunixmounts.c2089 while (g_file_test (f, G_FILE_TEST_IS_SYMLINK))
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp225 if (g_file_test(fontPaths[font][path], G_FILE_TEST_EXISTS)) {

Completed in 439 milliseconds

12