Searched refs:check_path (Results 1 – 7 of 7) sorted by relevance
/external/dtc/tests/ |
D | get_path.c | 67 static void check_path(void *fdt, const char *path) in check_path() function 85 check_path(fdt, "/"); in main() 86 check_path(fdt, "/subnode@1"); in main() 87 check_path(fdt, "/subnode@2"); in main() 88 check_path(fdt, "/subnode@1/subsubnode"); in main() 89 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | parent_offset.c | 42 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 80 check_path(fdt, "/subnode@1"); in main() 81 check_path(fdt, "/subnode@2"); in main() 82 check_path(fdt, "/subnode@1/subsubnode"); in main() 83 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | supernode_atdepth_offset.c | 123 static void check_path(struct fdt_header *fdt, const char *path) in check_path() function 138 check_path(fdt, "/"); in main() 139 check_path(fdt, "/subnode@1"); in main() 140 check_path(fdt, "/subnode@2"); in main() 141 check_path(fdt, "/subnode@1/subsubnode"); in main() 142 check_path(fdt, "/subnode@2/subsubnode@0"); in main()
|
D | run_tests.sh | 176 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_fixups.test.dtb not-exists "/__symbols__" [all …]
|
D | .gitignore | 11 /check_path
|
D | Makefile.tests | 29 check_path
|
/external/curl/tests/ |
D | pathhelp.pm | 694 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;
|