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

  /external/bluetooth/glib/tests/
bookmarkfile-test.c 151 GBookmarkFile *bookmark_file; local
158 bookmark_file = g_bookmark_file_new ();
159 g_assert (bookmark_file != NULL);
161 success = test_load (bookmark_file, filename);
165 success = test_query (bookmark_file);
166 success = test_modify (bookmark_file);
169 g_bookmark_file_free (bookmark_file);

Completed in 1963 milliseconds