Lines Matching refs:ByteString
42 class CodedDependency : public ByteString
51 const ByteString &rCodedIdentifier, // the coded name of the directory in CodedDependency()
54 ByteString( rCodedIdentifier ), in CodedDependency()
76 const ByteString &rCodedIdentifier, // the coded name of the directory in TryToMerge()
91 class Dependency : public ByteString
100 const ByteString &rDirectoryName, // the coded name of the directory in Dependency()
103 ByteString( rDirectoryName ), in Dependency()
120 class SourceDirectory : public ByteString
142 const ByteString &sDependExt // the corresponding dependency extension (see also prj.hxx)
155 const ByteString &rDirectoryName, // name without parent
163 ByteString GetFullPath();
176 const ByteString &rDirectoryName, // full path
183 const ByteString &rDirectoryName, // full path in InsertFull()
193 const ByteString &rDirectoryName, // name without parent
204 const ByteString &rDirectoryPath, // full sub path
211 const ByteString &rCodedIdentifier, // the coded name of the directory
225 const ByteString &rCodedIdentifier, // the coded name of the directory
242 ByteString GetTarget();
246 ByteString GetSubDirsTarget();
251 const ByteString &rRoot, // the root directory in file system
252 const ByteString &rVersion, // the solar verion (r.g. SRC590, SRC591 etc.)
280 const ByteString &rDirectoryName // name without parent
289 return PutString(( ByteString * ) pDirectory ); in InsertSorted()