Lines Matching refs:appdata_ini_path
415 static wchar_t appdata_ini_path[MAX_PATH]; variable
438 if (result == NULL && appdata_ini_path[0]) { in get_configured_value()
442 appdata_ini_path); in get_configured_value()
445 found_in = appdata_ini_path; in get_configured_value()
885 if (appdata_ini_path[0]) in read_commands()
886 read_config_file(appdata_ini_path); in read_commands()
1390 NULL, 0, appdata_ini_path); in process()
1393 appdata_ini_path[0] = L'\0'; in process()
1396 plen = wcslen(appdata_ini_path); in process()
1397 p = &appdata_ini_path[plen]; in process()
1399 attrs = GetFileAttributesW(appdata_ini_path); in process()
1401 debug(L"File '%ls' non-existent\n", appdata_ini_path); in process()
1402 appdata_ini_path[0] = L'\0'; in process()
1404 debug(L"Using local configuration file '%ls'\n", appdata_ini_path); in process()