Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dsource.cpp111 std::string errorPath{"'"s + path_ + "'"}; in Open() local
115 error << "Could not open " << errorPath << ": " << err.message(); in Open()
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_shutil_test.py149 NonLocal.errorPath = path
153 NonLocal.errorPath = ''
159 self.assertEqual(NonLocal.errorPath, directory)
162 NonLocal.errorPath = ''
170 self.assertEqual(NonLocal.errorPath, '')