Searched refs:appdata_ini_path (Results 1 – 1 of 1) sorted by relevance
567 static wchar_t appdata_ini_path[MAX_PATH]; variable590 if (result == NULL && appdata_ini_path[0]) { in get_configured_value()594 appdata_ini_path); in get_configured_value()597 found_in = appdata_ini_path; in get_configured_value()1042 if (appdata_ini_path[0]) in read_commands()1043 read_config_file(appdata_ini_path); in read_commands()1764 NULL, 0, appdata_ini_path); in process()1767 appdata_ini_path[0] = L'\0'; in process()1770 wcsncat_s(appdata_ini_path, MAX_PATH, L"\\py.ini", _TRUNCATE); in process()1771 attrs = GetFileAttributesW(appdata_ini_path); in process()[all …]