Searched refs:rPfad (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/tools/source/fsys/ |
| H A D | dirent.cxx | 343 FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eStyle ) in ImpParseOs2Name() argument 348 String aPfad( rPfad, osl_getThreadTextEncoding() ); in ImpParseOs2Name() 399 aName = rPfad; in ImpParseOs2Name() 443 aName = rPfad; in ImpParseOs2Name() 469 aName = rPfad; in ImpParseOs2Name() 478 aName = rPfad; in ImpParseOs2Name() 526 aName = rPfad; in ImpParseOs2Name() 1763 sal_Bool DirEntry::Find( const String& rPfad, char cDelim ) in Find() argument 1775 sal_uInt16 nTokenCount = rPfad.GetTokenCount( cDelim ); in Find() 1781 … ByteString aPath = ByteString(rPfad, osl_getThreadTextEncoding()).GetToken( 0, cDelim, nIndex ); in Find() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | fsys.hxx | 266 TOOLS_DLLPRIVATE FSysError ImpParseOs2Name( const ByteString& rPfad, 268 TOOLS_DLLPRIVATE FSysError ImpParseUnixName( const ByteString& rPfad, 270 …TOOLS_DLLPRIVATE sal_uInt16 ImpTryUrl( DirEntryStack& rStack, const String& rPfad, FSy… 333 sal_Bool Find( const String& rPfad, char cDelim = 0 );
|