Lines Matching refs:rPfad
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()
2281 FSysError DirEntry::ImpParseUnixName( const ByteString& rPfad, FSysPathStyle eStyle ) in ImpParseUnixName() argument
2287 ByteString aPfad( rPfad ); in ImpParseUnixName()
2351 aName = rPfad; in ImpParseUnixName()