Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c2057 sal_Char pszBakFile[PATH_MAX]; in osl_ProfileSwapProfileNames() local
2061 pszBakFile[0] = '\0'; in osl_ProfileSwapProfileNames()
2065 osl_ProfileGenerateExtension(pProfile->m_FileName,"bak",pszBakFile); in osl_ProfileSwapProfileNames()
2073 unlink( pszBakFile ); in osl_ProfileSwapProfileNames()
2076 rename( pszIniFile, pszBakFile ); in osl_ProfileSwapProfileNames()

Completed in 25 milliseconds