Home
last modified time | relevance | path

Searched refs:sDependExt (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx508 sal_uInt16 SourceDirectory::GetOSType( const ByteString &sDependExt ) in GetOSType() argument
512 if ( sDependExt == "" ) in GetOSType()
514 else if ( sDependExt == "N" || sDependExt == "W" ) in GetOSType()
516 else if ( sDependExt == "U" ) in GetOSType()
518 else if ( sDependExt == "P" ) in GetOSType()
603 ByteString sDependExt(sDependency.GetToken( 1, '.' )); in CreateRootDirectory() local
604 sDependExt.ToUpperAscii(); in CreateRootDirectory()
606 sDependency.GetToken( 0, '.' ), GetOSType( sDependExt )); in CreateRootDirectory()
/trunk/main/tools/inc/bootstrp/
H A Dmkcreate.hxx142 const ByteString &sDependExt // the corresponding dependency extension (see also prj.hxx)

Completed in 17 milliseconds