Home
last modified time | relevance | path

Searched refs:kernels_path (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.61.5/tests/
H A Dcorrect_kernel_booted.c132 const char *kernels_path = "/System/Library/Kernels/"; variable
134 const char *kernels_path = "/"; variable
136 T_LOG("searching for kernels at %s", kernels_path);
138 ret = chdir(kernels_path);
140 kernels_path);
142 DIR *kernels_dir = opendir(kernels_path);
144 kernels_path);
152 bool ok = get_macho_uuid(kernels_path, entry->d_name, bin_uuid);
156 T_LOG("%s: from %s%s", bin_uuid_str, kernels_path, entry->d_name);
159 T_PASS("UUID from %s%s matches kernel UUID", kernels_path,