Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c445 static wchar_t launcher_ini_path[MAX_PATH]; variable
477 if (result == NULL && launcher_ini_path[0]) { in get_configured_value()
481 launcher_ini_path); in get_configured_value()
484 found_in = launcher_ini_path; in get_configured_value()
914 if (launcher_ini_path[0]) in read_commands()
915 read_config_file(launcher_ini_path); in read_commands()
1684 if (wcscpy_s(launcher_ini_path, MAX_PATH, argv0)) { in process()
1687 p = wcsrchr(launcher_ini_path, L'\\'); in process()
1691 launcher_ini_path); in process()
1692 launcher_ini_path[0] = L'\0'; in process()
[all …]