OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:skip_root_checks
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
testglib.c
819
}
skip_root_checks
[] = {
local
838
const guint n_skip_root_checks = G_N_ELEMENTS (
skip_root_checks
);
882
const gchar *skipped = g_path_skip_root (
skip_root_checks
[i].filename);
883
if ((skipped && !
skip_root_checks
[i].without_root) ||
884
(!skipped &&
skip_root_checks
[i].without_root) ||
885
((skipped &&
skip_root_checks
[i].without_root) &&
886
strcmp (skipped,
skip_root_checks
[i].without_root)))
889
skip_root_checks
[i].filename,
890
(
skip_root_checks
[i].without_root ?
891
skip_root_checks
[i].without_root : "<NULL>")
[
all
...]
Completed in 30 milliseconds