Searched refs:check_path (Results 1 - 5 of 5) sorted by relevance

/external/dtc/tests/
H A Dget_path.c67 static void check_path(void *fdt, const char *path) function
85 check_path(fdt, "/");
86 check_path(fdt, "/subnode@1");
87 check_path(fdt, "/subnode@2");
88 check_path(fdt, "/subnode@1/subsubnode");
89 check_path(fdt, "/subnode@2/subsubnode@0");
H A Dparent_offset.c42 static void check_path(struct fdt_header *fdt, const char *path) function
80 check_path(fdt, "/subnode@1");
81 check_path(fdt, "/subnode@2");
82 check_path(fdt, "/subnode@1/subsubnode");
83 check_path(fdt, "/subnode@2/subsubnode@0");
H A Dsupernode_atdepth_offset.c123 static void check_path(struct fdt_header *fdt, const char *path) function
138 check_path(fdt, "/");
139 check_path(fdt, "/subnode@1");
140 check_path(fdt, "/subnode@2");
141 check_path(fdt, "/subnode@1/subsubnode");
142 check_path(fdt, "/subnode@2/subsubnode@0");
H A Drun_tests.sh176 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__symbols__"
177 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__fixups__"
178 run_test check_path overlay_base_no_symbols.test.dtb not-exists "/__local_fixups__"
181 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__symbols__"
182 run_test check_path overlay_overlay_no_fixups.test.dtb not-exists "/__fixups__"
183 run_test check_path overlay_overlay_no_fixups.test.dtb exists "/__local_fixups__"
189 run_test check_path overlay_base_manual_symbols.test.dtb exists "/__symbols__"
190 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__fixups__"
191 run_test check_path overlay_base_manual_symbols.test.dtb not-exists "/__local_fixups__"
194 run_test check_path overlay_overlay_manual_fixup
[all...]
/external/curl/tests/
H A Dpathhelp.pm694 my $check_path = $path;
697 if(-d $check_path) {
699 `(cd "$check_path" && cmd /c "echo %__CD__%") 2>/dev/null`;
711 $res =~ s{/$}{} unless $check_path =~ m{/$};
716 if($check_path =~ m{(^.*/)([^/]+/*)}) {
717 $check_path = $1;

Completed in 493 milliseconds