Searched refs:actualPath (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | SourceFile.cpp | 35 std::string actualPath; in openFile() local 36 … found = PathSearcher::getGlobalSearcher().search(path, PathSearcher::kFindFile, true, actualPath); in openFile() 42 std::ifstream testStream(actualPath.c_str(), std::ios_base::in | std::ios_base::binary); in openFile() 45 throw std::runtime_error(format_string("failed to open file: %s", actualPath.c_str())); in openFile() 54 return new ELFSourceFile(actualPath); in openFile() 59 return new SRecordSourceFile(actualPath); in openFile() 64 return new BinarySourceFile(actualPath); in openFile()
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | elftosb.cpp | 606 std::string actualPath; in addCryptoKeys() local 607 …und = PathSearcher::getGlobalSearcher().search(keyPath, PathSearcher::kFindFile, true, actualPath); in addCryptoKeys() 613 std::ifstream keyStream(actualPath.c_str(), std::ios_base::in); in addCryptoKeys()
|
| H A D | ConversionController.cpp | 174 std::string actualPath; in parseCommandFile() local 175 …earcher::getGlobalSearcher().search(*m_commandFilePath, PathSearcher::kFindFile, true, actualPath); in parseCommandFile() 182 std::ifstream commandFile(actualPath.c_str(), ios_base::in | ios_base::binary); in parseCommandFile()
|