Lines Matching refs:launcher_ini_path
445 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()
1696 wcscat_s(launcher_ini_path, MAX_PATH, L"\\py.ini"); in process()
1697 attrs = GetFileAttributesW(launcher_ini_path); in process()
1699 debug(L"File '%ls' non-existent\n", launcher_ini_path); in process()
1700 launcher_ini_path[0] = L'\0'; in process()
1702 debug(L"Using global configuration file '%ls'\n", launcher_ini_path); in process()