/external/bluetooth/glib/glib/ |
D | gfileutils.h | 81 #define g_file_test g_file_test_utf8 macro 87 gboolean g_file_test (const gchar *filename,
|
D | gfileutils.c | 102 if (!g_file_test (fn, G_FILE_TEST_EXISTS)) in g_mkdir_with_parents() 112 else if (!g_file_test (fn, G_FILE_TEST_IS_DIR)) in g_mkdir_with_parents() 182 g_file_test (const gchar *filename, in g_file_test() function 971 if (g_file_test (dest_file, G_FILE_TEST_EXISTS) && in write_to_temp_file() 1096 if (!g_file_test (filename, G_FILE_TEST_EXISTS)) in g_file_set_contents() 1832 #undef g_file_test 1835 g_file_test (const gchar *filename, in g_file_test() function
|
D | gutils.c | 475 if (g_file_test (program, G_FILE_TEST_IS_EXECUTABLE) && in inner_find_program_in_path() 476 !g_file_test (program, G_FILE_TEST_IS_DIR)) in inner_find_program_in_path() 578 if (g_file_test (startp, G_FILE_TEST_IS_EXECUTABLE) && in inner_find_program_in_path() 579 !g_file_test (startp, G_FILE_TEST_IS_DIR)) in inner_find_program_in_path() 1567 g_file_test (g_home_dir, G_FILE_TEST_IS_DIR))) in g_get_any_init_do()
|
/external/bluetooth/glib/gio/tests/ |
D | desktop-app-info.c | 69 res = g_file_test (filename, G_FILE_TEST_EXISTS); in test_delete() 78 res = g_file_test (filename, G_FILE_TEST_EXISTS); in test_delete() 83 if (g_file_test ("/usr/share/applications/gedit.desktop", G_FILE_TEST_EXISTS)) in test_delete()
|
/external/bluetooth/glib/tests/ |
D | mapping-test.c | 52 stop = g_file_test ("STOP", G_FILE_TEST_EXISTS); in check_stop() 179 g_assert (!g_file_test ("STOP", G_FILE_TEST_EXISTS)); in test_child_private()
|
D | file-test.c | 162 g_assert (g_file_test (filename, G_FILE_TEST_IS_REGULAR)); in test_get_contents()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | test_utils.c | 33 while (!g_file_test(target_filename, G_FILE_TEST_EXISTS)) { in testutils_relative_chdir()
|
D | testwebframe.c | 193 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE); in test_webkit_web_frame_printing()
|
D | testdownload.c | 183 g_assert_cmpint(g_file_test(temporaryFilename, G_FILE_TEST_IS_REGULAR), ==, TRUE); in test_webkit_download_perform()
|
/external/bluetooth/bluez/audio/ |
D | telephony-maemo5.c | 1890 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS) || in generate_flag_file() 1891 g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS) || in generate_flag_file() 1892 g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS)) in generate_flag_file() 1907 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS)) in save_callerid_to_file() 1909 else if (g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS)) in save_callerid_to_file() 1911 else if (g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS)) in save_callerid_to_file() 1919 if (g_file_test(ALLOWED_FLAG_FILE, G_FILE_TEST_EXISTS)) in callerid_from_file() 1921 else if (g_file_test(RESTRICTED_FLAG_FILE, G_FILE_TEST_EXISTS)) in callerid_from_file() 1923 else if (g_file_test(NONE_FLAG_FILE, G_FILE_TEST_EXISTS)) in callerid_from_file()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | FileSystemGtk.cpp | 85 result = g_file_test(filename.data(), G_FILE_TEST_EXISTS); in fileExists() 253 …if (g_file_test(fsRep.data(), static_cast<GFileTest>(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) in openFile()
|
/external/bluetooth/glib/gmodule/ |
D | gmodule.c | 386 if (g_file_test (file_name, G_FILE_TEST_IS_REGULAR)) in g_module_open() 392 if (!g_file_test (name, G_FILE_TEST_IS_REGULAR)) in g_module_open() 402 if (!g_file_test (name, G_FILE_TEST_IS_REGULAR)) in g_module_open()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-helper.c | 141 g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) { in fen_add() 152 g_file_test (FN_NAME(data), G_FILE_TEST_EXISTS)) { in fen_add()
|
/external/bluetooth/glib/gio/inotify/ |
D | inotify-helper.c | 183 if (!g_file_test (fullpath, G_FILE_TEST_EXISTS)) in ih_not_missing_callback()
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginPackageGtk.cpp | 141 while (g_file_test(finalPath.get(), G_FILE_TEST_IS_SYMLINK)) { in load()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | InspectorClientGtk.cpp | 186 if (environmentPath && g_file_test(environmentPath, G_FILE_TEST_IS_DIR)) in inspectorFilesPath()
|
/external/webkit/Tools/GtkLauncher/ |
D | main.c | 223 if (!g_file_test(filename, G_FILE_TEST_EXISTS)) in filenameToURL()
|
/external/bluetooth/glib/gio/ |
D | glocalfileoutputstream.c | 701 is_symlink = g_file_test (filename, G_FILE_TEST_IS_SYMLINK); in handle_overwrite_open()
|
D | glocalfileinfo.c | 1292 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR)) in get_thumbnail_attributes() 1303 if (g_file_test (filename, G_FILE_TEST_IS_REGULAR)) in get_thumbnail_attributes()
|
D | gdesktopappinfo.c | 1519 if (!g_file_test (filename, G_FILE_TEST_EXISTS)) in g_desktop_app_info_set_as_default_for_extension() 2017 if (g_file_test (filename, G_FILE_TEST_IS_DIR)) in get_apps_from_dir()
|
D | gunixmounts.c | 2089 while (g_file_test (f, G_FILE_TEST_IS_SYMLINK)) in _resolve_symlink()
|
D | gcontenttype.c | 1038 if (g_file_test (name, G_FILE_TEST_IS_DIR)) in enumerate_mimetypes_dir()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | DumpRenderTree.cpp | 225 if (g_file_test(fontPaths[font][path], G_FILE_TEST_EXISTS)) { in initializeFonts()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-2 | 221 * glib/gfileutils.c (g_file_test): Bypass extra test for root on 317 * glib/gfileutils.c (g_file_test): Guard against 321 * glib/gfileutils.c (g_file_test): Add doc notes
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1093 g_file_test
|