Home
last modified time | relevance | path

Searched refs:_foundPath (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dfg_init.cxx284 if (_foundPath.isNull()) { in loadAircraft()
305 SG_LOG(SG_GENERAL, SG_INFO, "Loading aircraft -set file from:" << _foundPath); in loadAircraft()
306 fgSetString( "/sim/aircraft-dir", _foundPath.dir().c_str()); in loadAircraft()
307 if (!_foundPath.exists()) { in loadAircraft()
308 SG_LOG(SG_GENERAL, SG_ALERT, "Unable to find -set file:" << _foundPath); in loadAircraft()
314 readProperties(_foundPath, globals->get_props()); in loadAircraft()
360 _foundPath = xml; in checkCache()
392 _foundPath = realPath; in visit()
441 SGPath _foundPath; member in FindAndCacheAircraft
/dports/www/phalcon/cphalcon-3.4.5/phalcon/
H A Dloader.zep58 protected _foundPath = null;
313 let this->_foundPath = filePath;
345 let this->_foundPath = filePath;
408 let this->_foundPath = filePath;
464 let this->_foundPath = filePath;
499 return this->_foundPath;
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DDefaultAircraftLocator.cxx85 return _foundPath; in foundPath()
92 _foundPath = p; in visit()
H A DDefaultAircraftLocator.hxx34 SGPath _foundPath; member in flightgear::DefaultAircraftLocator