Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DAudacityApp.cpp1201 wxString envTempDir = wxGetenv(wxT("TMPDIR")); in OnInit() local
1202 if (!envTempDir.empty()) { in OnInit()
1206 wxT("%s/audacity-%s"), envTempDir, wxGetUserId() ) ); in OnInit()