Searched refs:path_buffer (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.101.5/tests/ |
| H A D | posix_spawn_alt_rosetta_helper.c | 20 char path_buffer[MAXPATHLEN + 1] = {0}; in main() local 29 err = proc_regionfilename(getpid(), address, path_buffer, MAXPATHLEN); in main() 31 if (strcmp(path_buffer, "/usr/libexec/rosetta/runtime") == 0) { in main() 32 printf("0x%016lx-0x%016lx %s\n", address, end_address, path_buffer); in main() 34 } else if (strcmp(path_buffer, "/usr/local/libexec/rosetta/runtime_internal") == 0) { in main() 35 printf("0x%016lx-0x%016lx %s\n", address, end_address, path_buffer); in main()
|