Lines Matching refs:osl_TFile

107 } osl_TFile;  typedef
133 osl_TFile* m_pFile;
153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
154 static osl_TStamp closeFileImpl(osl_TFile* pFile);
155 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode);
156 static sal_Bool rewindFile(osl_TFile* pFile, sal_Bool bTruncate);
157 static osl_TStamp getFileStamp(osl_TFile* pFile);
159 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen);
160 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine);
175 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile);
176 static sal_Bool storeProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile, sal_Bool bCleanup);
197 osl_TFile* pFile; in osl_openProfile()
376 osl_TFile* pFile; in osl_flushProfile()
1095 static osl_TStamp getFileStamp(osl_TFile* pFile) in getFileStamp()
1114 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode) in lockFile()
1144 static osl_TFile* openFileImpl(rtl_uString *ustrFileName, oslProfileOption ProfileFlags ) in openFileImpl()
1148 osl_TFile* pFile = (osl_TFile*)calloc(1, sizeof(osl_TFile)); in openFileImpl()
1230 static osl_TStamp closeFileImpl(osl_TFile* pFile) in closeFileImpl()
1269 static sal_Bool rewindFile(osl_TFile* pFile, sal_Bool bTruncate) in rewindFile()
1299 static sal_Bool getLine(osl_TFile* pFile, const sal_Char *pszLine, int MaxLen) in getLine()
1378 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine) in putLine()
1759 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile) in loadProfile()
1811 static sal_Bool storeProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile, sal_Bool bCleanup) in storeProfile()