Home | History | Annotate | Download | only in MC

Lines Matching refs:Input

76 mcld::sys::fs::Path* SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
78 assert(Input::DynObj == pType || Input::Archive == pType);
90 case Input::DynObj: {
101 case Input::Archive : {
120 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const
122 assert(Input::DynObj == pType || Input::Archive == pType);
134 case Input::DynObj: {
145 case Input::Archive : {