Home
last modified time | relevance | path

Searched refs:o_rPath (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/cosv/source/storage/
H A Dplocroot.cxx268 o_rPath << '/'; in Get()
274 o_rPath.write( "/", 1 ); in Get()
306 o_rPath.write( ".", 1 ); in Get()
332 o_rPath << '\\'; in Get()
338 o_rPath.write( "\\", 1 ); in Get()
364 o_rPath << cDrive << ':'; in Get()
405 o_rPath << cDrive << ":\\"; in Get()
469 o_rPath.write( "\\\\", 2 ); in Get()
471 o_rPath.write( "\\", 1 ); in Get()
472 o_rPath.write( sEntryPt ); in Get()
[all …]
H A Dploc.cxx123 Path::Get( ostream & o_rPath ) const in Get()
128 pRoot->Get( o_rPath ); in Get()
129 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
132 o_rPath << sFile; in Get()
137 Path::Get( bostream & o_rPath ) const in Get()
142 pRoot->Get( o_rPath ); in Get()
143 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
146 o_rPath.write( sFile ); in Get()
H A Ddirchain.cxx121 DirectoryChain::Get( ostream & o_rPath, in Get() argument
128 o_rPath << (*it).c_str() << i_sDelimiter; in Get()
133 DirectoryChain::Get( bostream & o_rPath, in Get() argument
142 o_rPath.write( (*it).c_str() ); in Get()
143 o_rPath.write( i_sDelimiter, deliLen); in Get()
/aoo4110/main/cosv/inc/cosv/
H A Dploc.hxx84 ostream & o_rPath ) const;
87 bostream & o_rPath ) const;
H A Ddirchain.hxx105 ostream & o_rPath,
108 bostream & o_rPath,
H A Dplocroot.hxx58 ostream & o_rPath ) const = 0;

Completed in 26 milliseconds