Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c2059 sal_Char pszIniFile[PATH_MAX]; in osl_ProfileSwapProfileNames() local
2063 pszIniFile[0] = '\0'; in osl_ProfileSwapProfileNames()
2067 strncpy(pszIniFile,pProfile->m_FileName,PATH_MAX); in osl_ProfileSwapProfileNames()
2068 pszIniFile[PATH_MAX-1] = '\0'; in osl_ProfileSwapProfileNames()
2076 rename( pszIniFile, pszBakFile ); in osl_ProfileSwapProfileNames()
2079 rename( pszTmpFile, pszIniFile ); in osl_ProfileSwapProfileNames()

Completed in 16 milliseconds