Home
last modified time | relevance | path

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

/AOO41X/main/cosv/source/storage/
H A Dplocroot.cxx45 ostream & o_rPath ) const;
47 bostream & o_rPath ) const;
60 ostream & o_rPath ) const;
62 bostream & o_rPath ) const;
76 ostream & o_rPath ) const;
78 bostream & o_rPath ) const;
90 ostream & o_rPath ) const;
92 bostream & o_rPath ) const;
109 ostream & o_rPath ) const;
111 bostream & o_rPath ) const;
[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()
/AOO41X/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;