Searched refs:kernels_path (Results 1 – 1 of 1) sorted by relevance
132 const char *kernels_path = "/System/Library/Kernels/"; variable134 const char *kernels_path = "/"; variable136 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,