Searched refs:rPfad (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/tools/source/fsys/ |
| H A D | dirent.cxx | 346 FSysError DirEntry::ImpParseOs2Name( const ByteString& rPfad, FSysPathStyle eStyle ) in ImpParseOs2Name() argument 351 String aPfad( rPfad, osl_getThreadTextEncoding() ); in ImpParseOs2Name() 402 aName = rPfad; in ImpParseOs2Name() 446 aName = rPfad; in ImpParseOs2Name() 472 aName = rPfad; in ImpParseOs2Name() 481 aName = rPfad; in ImpParseOs2Name() 529 aName = rPfad; in ImpParseOs2Name() 1766 sal_Bool DirEntry::Find( const String& rPfad, char cDelim ) in Find() argument 1778 sal_uInt16 nTokenCount = rPfad.GetTokenCount( cDelim ); in Find() 1784 … ByteString aPath = ByteString(rPfad, osl_getThreadTextEncoding()).GetToken( 0, cDelim, nIndex ); in Find() [all …]
|
| /AOO41X/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 );
|