Searched refs:dirname (Results 1 – 15 of 15) sorted by relevance
| /xnu-11215/tools/ |
| H A D | xcrun_cache.sh | 201 TOOLDIR=$(basename $(dirname "${TOOLPATH}")) 211 mkdir -p $(dirname "${NEWTOOLPATH}") 215 mkdir -p $(dirname $(dirname "${NEWTOOLPATH}"))/lib/clang 216 rsync -aq $(dirname "${TOOLPATH}")/ld $(dirname "${NEWTOOLPATH}")/ld 217 …rsync -aq $(dirname $(dirname "${TOOLPATH}"))/lib/clang/ $(dirname $(dirname "${NEWTOOLPATH}"))/li… 218 …rsync -aq $(dirname $(dirname "${TOOLPATH}"))/lib/libLTO.dylib $(dirname $(dirname "${NEWTOOLPATH}… 221 mkdir -p $(dirname $(dirname "${NEWTOOLPATH}"))/share/bison 222 …rsync -aq $(dirname $(dirname "${TOOLPATH}"))/share/bison/ $(dirname $(dirname "${NEWTOOLPATH}"))/…
|
| /xnu-11215/tools/lldbmacros/core/ |
| H A D | xnu_lldb_init.py | 26 return os.path.dirname(str(s.name)) 146 builtinkexts_path = os.path.join(os.path.dirname(self_path), "lldbmacros", "builtinkexts")
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_core.c | 393 const char * dirname; in coredump() local 395 dirname = defaultdrivercorefiledir; in coredump() 397 dirname = defaultcorefiledir; in coredump() 399 size_t dirname_len = strlen(dirname); in coredump() 405 …printed_len = snprintf(alloced_format, alloced_format_len + 1, "%s/%s", dirname, custom_location_e… in coredump()
|
| /xnu-11215/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.py | 23 …ios_process = subprocess.Popen([os.path.join(os.path.dirname(os.path.abspath(__file__)), "iosspeed…
|
| /xnu-11215/SETUP/config/ |
| H A D | doconf | 294 set SRCDIR=`dirname $SOURCE`
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | sysreg.py | 23 _SYSREG_DOC_PATH = os.path.dirname(os.path.abspath(__file__)) + '/sysregdoc/'
|
| H A D | utils.py | 167 …lldb_py = os.path.join(os.path.dirname(os.path.dirname(platdir)), 'Library/PrivateFrameworks/LLDB.…
|
| /xnu-11215/tests/ |
| H A D | debug_enable_syscall_rejection.c | 85 binary_dir = dirname(binary_path); in helper()
|
| /xnu-11215/tools/tests/perf_index/ |
| H A D | perf_index.c | 69 dirpath = dirname(binpath); in find_test()
|
| /xnu-11215/ |
| H A D | README.md | 373 INSTALL_MI_DIR = dirname 374 EXPORT_MI_DIR = dirname 381 INSTALL_MODULEMAP_MI_DIR = dirname
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 336 DIRNAME = /usr/bin/dirname
|
| /xnu-11215/security/ |
| H A D | mac_vfs.c | 2571 mac_devfs_label_associate_directory(const char *dirname, int dirnamelen, in mac_devfs_label_associate_directory() argument 2582 MAC_PERFORM(devfs_label_associate_directory, dirname, dirnamelen, de, in mac_devfs_label_associate_directory()
|
| H A D | mac_framework.h | 181 void mac_devfs_label_associate_directory(const char *dirname, int dirnamelen,
|
| H A D | mac_policy.h | 613 const char *dirname,
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 2680 char *dir = dirname(exe); in populate_golden_results()
|