Lines Matching refs:osl_TFile
97 } osl_TFile; typedef
123 osl_TFile* m_pFile;
141 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags);
142 static osl_TStamp closeFileImpl(osl_TFile* pFile, oslProfileOption Flags);
143 static sal_Bool OslProfile_lockFile(const osl_TFile* pFile, osl_TLockMode eMode);
144 static sal_Bool OslProfile_rewindFile(osl_TFile* pFile, sal_Bool bTruncate);
145 static osl_TStamp OslProfile_getFileStamp(osl_TFile* pFile);
147 static sal_Char* OslProfile_getLine(osl_TFile* pFile);
148 static sal_Bool OslProfile_putLine(osl_TFile* pFile, const sal_Char *pszLine);
163 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile);
168 static sal_Bool writeProfileImpl (osl_TFile* pFile);
169 static osl_TFile* osl_openTmpProfileImpl(osl_TProfileImpl*);
193 osl_TFile* pFile; in osl_psz_openProfile()
382 osl_TFile* pFile; in osl_flushProfile()
435 static sal_Bool writeProfileImpl(osl_TFile* pFile) in writeProfileImpl()
1120 static osl_TStamp OslProfile_getFileStamp(osl_TFile* pFile) in OslProfile_getFileStamp()
1133 static sal_Bool OslProfile_lockFile(const osl_TFile* pFile, osl_TLockMode eMode) in OslProfile_lockFile()
1219 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags ) in openFileImpl()
1222 osl_TFile* pFile = (osl_TFile*) calloc(1, sizeof(osl_TFile)); in openFileImpl()
1284 static osl_TStamp closeFileImpl(osl_TFile* pFile, oslProfileOption Flags) in closeFileImpl()
1328 static sal_Bool OslProfile_rewindFile(osl_TFile* pFile, sal_Bool bTruncate) in OslProfile_rewindFile()
1361 static sal_Char* OslProfile_getLine(osl_TFile* pFile) in OslProfile_getLine()
1449 static sal_Bool OslProfile_putLine(osl_TFile* pFile, const sal_Char *pszLine) in OslProfile_putLine()
1865 static sal_Bool loadProfile(osl_TFile* pFile, osl_TProfileImpl* pProfile) in loadProfile()
1952 osl_TFile* pTmpFile = osl_openTmpProfileImpl(pProfile); in storeProfile()
2023 static osl_TFile* osl_openTmpProfileImpl(osl_TProfileImpl* pProfile) in osl_openTmpProfileImpl()
2025 osl_TFile* pFile=0; in osl_openTmpProfileImpl()