Lines Matching refs:osl_TFile

105 } osl_TFile;  typedef
131 osl_TFile* m_pFile;
147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
148 static osl_TStamp closeFileImpl(osl_TFile* pFile);
149 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode);
150 static sal_Bool rewindFile(osl_TFile* pFile, sal_Bool bTruncate);
151 static osl_TStamp getFileStamp(osl_TFile* pFile);
153 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen);
154 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine);
169 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile);
175 static sal_Bool writeProfileImpl (osl_TFile* pFile);
176 static osl_TFile* osl_openTmpProfileImpl(osl_TProfileImpl*);
188 osl_TFile* pFile = NULL; in osl_openProfile()
370 osl_TFile* pFile; in osl_flushProfile()
408 static sal_Bool writeProfileImpl(osl_TFile* pFile) in writeProfileImpl()
1159 static osl_TStamp getFileStamp(osl_TFile* pFile) in getFileStamp()
1172 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode) in lockFile()
1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl()
1259 osl_TFile* pFile = reinterpret_cast< osl_TFile*>( calloc( 1, sizeof(osl_TFile) ) ); in openFileImpl()
1329 static osl_TStamp closeFileImpl(osl_TFile* pFile) in closeFileImpl()
1376 static sal_Bool rewindFile(osl_TFile* pFile, sal_Bool bTruncate) in rewindFile()
1413 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen) in getLine()
1501 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine) in putLine()
1926 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile) in loadProfile()
1994 osl_TFile* pTmpFile = osl_openTmpProfileImpl(pProfile); in storeProfile()
2066 static osl_TFile* osl_openTmpProfileImpl(osl_TProfileImpl* pProfile) in osl_openTmpProfileImpl()
2068 osl_TFile* pFile=0; in osl_openTmpProfileImpl()