HomeSort by relevance Sort by last modified time
    Searched refs:g_file_new_for_commandline_arg (Results 1 - 7 of 7) 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/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...]

Completed in 426 milliseconds