HomeSort by relevance Sort by last modified time
    Searched full:use_uri (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/glib/gio/tests/
g-file.c 31 gboolean use_uri; member in struct:TestPathsWithOper
81 compare_two_files (const gboolean use_uri, const char *path1, const char *path2)
87 if (use_uri)
171 dup_equals (const gboolean use_uri, const char *path)
177 if (use_uri)
211 gboolean equal = dup_equals (dup_paths[i].use_uri, dup_paths[i].path1);
219 parse_check_utf8 (const gboolean use_uri, const char *path, const char *result_parse_name)
227 if (use_uri)
274 gboolean equal = parse_check_utf8 (strings[i].use_uri, strings[i].path1, strings[i].path2);
315 /* TestPathsWithOper.use_uri represents IsURIOnly here *
    [all...]

Completed in 44 milliseconds