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

  /external/bluetooth/glib/gio/tests/
g-icon.c 123 location = g_file_new_for_commandline_arg ("/path/to/somewhere.png");
135 location = g_file_new_for_commandline_arg ("/path/to/somewhere with whitespace.png");
140 location = g_file_new_for_commandline_arg ("/path/to/somewhere%20with%20whitespace.png");
152 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere.png");
165 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere with whitespace.png");
170 location = g_file_new_for_commandline_arg ("sftp:///path/to/somewhere%20with%20whitespace.png");
live-g-file.c 191 root = g_file_new_for_commandline_arg ((char *) test_data);
399 root = g_file_new_for_commandline_arg ((char *) test_data);
553 root = g_file_new_for_commandline_arg ((char *) test_data);
581 root = g_file_new_for_commandline_arg ((char *) test_data);
744 root = g_file_new_for_commandline_arg ((char *) test_data);
809 root = g_file_new_for_commandline_arg ((char *) test_data);
895 root = g_file_new_for_commandline_arg ((char *) test_data);
965 root = g_file_new_for_commandline_arg ((char *) test_data);
1081 root = g_file_new_for_commandline_arg ((char *) test_data);
    [all...]
g-file.c 287 file1 = g_file_new_for_commandline_arg (arg);
341 file = g_file_new_for_commandline_arg ("./");
528 /* Testing g_file_new_for_commandline_arg() for correct relavive path resolution and correct path/URI guess */
  /external/webkit/Tools/MiniBrowser/gtk/
main.c 112 GFile *gfile = g_file_new_for_commandline_arg(filename);
  /external/bluetooth/glib/gio/
gicon.c 480 location = g_file_new_for_commandline_arg (str);
gio.symbols 235 g_file_new_for_commandline_arg
gfile.h 440 GFile * g_file_new_for_commandline_arg (const char *arg);
    [all...]
gfile.c 64 * g_file_new_for_commandline_arg() for a command line argument.
4949 g_file_new_for_commandline_arg (const char *arg) function
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 571 GRefPtr<GFile> file = adoptGRef(g_file_new_for_commandline_arg(filename.data()));

Completed in 402 milliseconds