Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dprofile.c97 } osl_TFile; typedef
123 osl_TFile* m_pFile;
145 static osl_TStamp OslProfile_getFileStamp(osl_TFile* pFile);
147 static sal_Char* OslProfile_getLine(osl_TFile* pFile);
168 static sal_Bool writeProfileImpl (osl_TFile* pFile);
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()
1222 osl_TFile* pFile = (osl_TFile*) calloc(1, sizeof(osl_TFile)); in openFileImpl()
1361 static sal_Char* OslProfile_getLine(osl_TFile* pFile) in OslProfile_getLine()
[all …]
/aoo4110/main/sal/osl/w32/
H A Dprofile.cxx105 } osl_TFile; typedef
131 osl_TFile* m_pFile;
151 static osl_TStamp getFileStamp(osl_TFile* pFile);
175 static sal_Bool writeProfileImpl (osl_TFile* pFile);
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()
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()
[all …]
/aoo4110/main/sal/osl/os2/
H A Dprofile.c107 } osl_TFile; typedef
133 osl_TFile* m_pFile;
154 static osl_TStamp closeFileImpl(osl_TFile* pFile);
156 static sal_Bool rewindFile(osl_TFile* pFile, sal_Bool bTruncate);
157 static osl_TStamp getFileStamp(osl_TFile* pFile);
160 static sal_Bool putLine(osl_TFile* pFile, const sal_Char *pszLine);
197 osl_TFile* pFile; in osl_openProfile()
376 osl_TFile* pFile; in osl_flushProfile()
1095 static osl_TStamp getFileStamp(osl_TFile* pFile) in getFileStamp()
1148 osl_TFile* pFile = (osl_TFile*)calloc(1, sizeof(osl_TFile)); in openFileImpl()
[all …]

Completed in 52 milliseconds