Searched refs:pszFilename (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/store/workben/ |
H A D | t_base.cxx | 253 static void __store_testUnicode (const sal_Char *pszFilename) in __store_testUnicode() argument 262 sal_Int32 n = rtl_str_getLength (pszFilename); in __store_testUnicode() 264 hConvert, pszFilename, n, in __store_testUnicode() 280 rtl_string_newFromStr (&pszFileA, pszFilename); in __store_testUnicode()
|
/aoo42x/main/sal/osl/unx/ |
H A D | profile.c | 141 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags); 1219 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags ) in openFileImpl() argument 1236 OSL_TRACE("opening '%s' read only\n",pszFilename); in openFileImpl() 1239 pFile->m_Handle = open(pszFilename, O_RDONLY); in openFileImpl() 1246 OSL_TRACE("opening '%s' read/write\n",pszFilename); in openFileImpl() 1248 if (((pFile->m_Handle = open(pszFilename, O_RDWR | O_CREAT | O_EXCL, DEFAULT_PMODE)) < 0) && in openFileImpl() 1249 ((pFile->m_Handle = open(pszFilename, O_RDWR)) < 0)) in openFileImpl() 1273 OSL_TRACE("locking '%s' file\n",pszFilename); in openFileImpl()
|
H A D | process.c | 135 sal_Bool osl_getFullPath(const sal_Char* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen);
|
/aoo42x/main/sal/osl/os2/ |
H A D | profile.c | 184 sal_Bool SAL_CALL osl_getFullPath(rtl_uString* pszFilename, sal_Char* pszPath, sal_uInt32 MaxLen) in osl_getFullPath() argument 186 return NO_ERROR == DosQueryPathInfo( (PCSZ)pszFilename, FIL_QUERYFULLNAME, pszPath, MaxLen); in osl_getFullPath() 1216 OSL_TRACE("locking '%s' file\n",pszFilename); in openFileImpl() 1922 char pszFilename[PATH_MAX] = ""; in acquireProfile() local 1925 FileURLToPath( pszFilename, PATH_MAX, pProfile->m_strFileName ); in acquireProfile() 1927 pProfile->m_hIni = PrfOpenProfile(NULL, (PCSZ)pszFilename); in acquireProfile()
|
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 1275 OSL_TRACE("opening '%s' read only\n",pszFilename); in openFileImpl() 1288 OSL_TRACE("opening '%s' read/write\n",pszFilename); in openFileImpl() 1308 OSL_TRACE("locking '%s' file\n",pszFilename); in openFileImpl()
|
Completed in 48 milliseconds