Lines Matching refs:aRootDir
123 ByteString aRootDir(rDevice, osl_getThreadTextEncoding()); in GetPathStyle_Impl() local
124 if ( aRootDir.Len() && aRootDir.GetBuffer()[aRootDir.Len()-1] != '\\' ) in GetPathStyle_Impl()
125 aRootDir += '\\'; in GetPathStyle_Impl()
140 (char*) aRootDir.GetBuffer(), in GetPathStyle_Impl()
330 ByteString aRootDir = pTop->aName; in GetVolume() local
334 if ( !WNetGetConnection( (char*) aRootDir.GetBuffer(), in GetVolume()
341 aRootDir += "\\"; in GetVolume()
342 if ( GetVolumeInformation( (char*) aRootDir.GetBuffer(), in GetVolume()
883 ByteString aRootDir = aDirEntry.aName; in Update() local
884 aRootDir += ByteString( "\\" ); in Update()
885 UINT nType = GetDriveType( (char *) aRootDir.GetBuffer() ); //TPF: 2i in Update()