Home
last modified time | relevance | path

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

/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DAudacityApp.cpp1744 auto tempFromPrefs = TempDirectory::TempDir(); in InitTempDir() local
1750 if (tempFromPrefs.length() > 0 && tempFromPrefs[0] != wxT('/')) in InitTempDir()
1751 tempFromPrefs = wxT(""); in InitTempDir()
1759 if( TempDirectory::IsTempDirectoryNameOK( tempFromPrefs ) ) in InitTempDir()
1760 SetToExtantDirectory( temp, tempFromPrefs ); in InitTempDir()
1782 if( !TempDirectory::IsTempDirectoryNameOK( tempFromPrefs ) ) { in InitTempDir()