Home
last modified time | relevance | path

Searched refs:launcher_ini_path (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/PC/
Dlauncher.c549 static wchar_t launcher_ini_path[MAX_PATH]; variable
581 if (result == NULL && launcher_ini_path[0]) { in get_configured_value()
585 launcher_ini_path); in get_configured_value()
588 found_in = launcher_ini_path; in get_configured_value()
1021 if (launcher_ini_path[0]) in read_commands()
1022 read_config_file(launcher_ini_path); in read_commands()
1815 if (wcscpy_s(launcher_ini_path, MAX_PATH, argv0)) { in process()
1818 p = wcsrchr(launcher_ini_path, L'\\'); in process()
1822 launcher_ini_path); in process()
1823 launcher_ini_path[0] = L'\0'; in process()
[all …]