Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c415 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()
[all …]