Home
last modified time | relevance | path

Searched full:core_root (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/tests/unity/test/targets/
Diar_msp430.yml2 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/
Diar_msp430.yml3 core_root: &1
/third_party/python/PC/
Dlauncher.c252 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()