Lines Matching refs:aPath
227 DirEntry aPath(*this); in IsCaseSensitive()
228 aPath.ToAbs(); in IsCaseSensitive()
230 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in IsCaseSensitive()
232 if (aPath.Level() == 1) in IsCaseSensitive()
236 aPath = aPath [1]; in IsCaseSensitive()
330 DirEntry aPath( *this ); in GetVolume() local
331 aPath.ToAbs(); in GetVolume()
334 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetVolume()
336 if (aPath.Level() <= 1) in GetVolume()
338 aPath = aPath [1]; in GetVolume()
351 DirEntry aPath( *this ); in GetDevice() local
352 aPath.ToAbs(); in GetDevice()
355 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetDevice()
357 if (aPath.Level() <= 1) in GetDevice()
359 aPath = aPath [1]; in GetDevice()
383 ByteString aPath( GetFull(), osl_getThreadTextEncoding()); in SetCWD() local
384 if ( !chdir( aPath.GetBuffer() ) ) in SetCWD()
390 if ( bSloppy && !chdir(aPath.GetBuffer()) ) in SetCWD()
414 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
518 ByteString aPath( rDirEntry.GetFull(), osl_getThreadTextEncoding() ); in Update() local
519 if ( stat( (char*) aPath.GetBuffer(), &aStat ) ) in Update()