Searched full:core_root (Results 1 – 3 of 3) sorted by relevance
| /third_party/cJSON/tests/unity/test/targets/ |
| D | iar_msp430.yml | 2 core_root: &core_root [*tools_root, '430\'] 3 core_bin: &core_bin [*core_root, 'bin\'] 4 core_config: &core_config [*core_root, 'config\'] 5 core_lib: &core_lib [*core_root, 'lib\'] 6 core_inc: &core_inc [*core_root, 'inc\'] 7 core_config: &core_config [*core_root, 'config\']
|
| /third_party/unity/test/targets/ |
| D | iar_msp430.yml | 3 core_root: &1
|
| /third_party/python/PC/ |
| D | launcher.c | 252 HKEY core_root, ip_key; in _locate_pythons_for_key() local 253 LSTATUS status = RegOpenKeyExW(root, subkey, 0, flags, &core_root); in _locate_pythons_for_key() 272 status = RegEnumKeyW(core_root, i, ip_version, IP_VERSION_SIZE); in _locate_pythons_for_key() 418 RegCloseKey(core_root); in _locate_pythons_for_key()
|