Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx575 …onst sal_Char* pszFileName, mode_t nMode, time_t nAcTime, time_t nModTime, uid_t nUID, gid_t nGID);
761 uid_t nUID=0; in osl_psz_copyFile() local
789 nUID=aFileStat.st_uid; in osl_psz_copyFile()
826 oslChangeFileModes(pszDestPath,nMode,nAcTime,nModTime,nUID,nGID); in osl_psz_copyFile()
908 …const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, time_t nModTime, uid_t nUID, gid_t nGID) in oslChangeFileModes() argument
929 if ( nUID != getuid() ) in oslChangeFileModes()
931 nUID=getuid(); in oslChangeFileModes()
934 nRet=chown(pszFileName,nUID,nGID); in oslChangeFileModes()
/trunk/main/sal/osl/os2/
H A Dfile.cxx790 …onst sal_Char* pszFileName, mode_t nMode, time_t nAcTime, time_t nModTime, uid_t nUID, gid_t nGID);
2010 …const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, time_t nModTime, uid_t nUID, gid_t nGID) in oslChangeFileModes() argument
2031 if ( nUID != getuid() ) in oslChangeFileModes()
2033 nUID=getuid(); in oslChangeFileModes()
2036 nRet=chown(pszFileName,nUID,nGID); in oslChangeFileModes()
2134 uid_t nUID=0; in osl_psz_copyFile() local
2162 nUID=aFileStat.st_uid; in osl_psz_copyFile()
2199 oslChangeFileModes(pszDestPath,nMode,nAcTime,nModTime,nUID,nGID); in osl_psz_copyFile()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx3714 sal_uInt32 nUID; in getIMAPUID() local
3715 if (INetMIME::scanUnsigned(p, pEnd, false, nUID)) in getIMAPUID()
3716 return nUID; in getIMAPUID()

Completed in 57 milliseconds