Home
last modified time | relevance | path

Searched refs:bad_path (Results 1 – 6 of 6) sorted by relevance

/third_party/ninja/src/
Ddisk_interface_test.cc69 string bad_path("cc:\\foo"); in TEST_F() local
70 EXPECT_EQ(-1, disk_.Stat(bad_path, &err)); in TEST_F()
157 string bad_path("cc:\\foo"); in TEST_F() local
158 EXPECT_EQ(-1, disk_.Stat(bad_path, &err)); in TEST_F()
160 EXPECT_EQ(-1, disk_.Stat(bad_path, &err)); in TEST_F()
/third_party/boost/libs/dll/test/
Dshared_library_errors.cpp25 boost::dll::fs::path bad_path = shared_library_path / "directory_that_does_not_exist"; in main() local
28 shared_library lib(bad_path); in main()
Dshared_library_load_test.cpp486 boost::dll::fs::path bad_path(shared_library_path); in main() local
487 bad_path += ".1.1.1.1.1.1"; in main()
488 sl.load(bad_path, ec); in main()
498 shared_library sl2(bad_path, ec); in main()
/third_party/python/Lib/test/test_importlib/
Dtest_api.py307 bad_path = os.path.join(cwd, name, '__init.py')
308 cached = self.util.cache_from_source(bad_path)
315 with open(bad_path, 'w', encoding='utf-8') as init_file:
328 set([os.path.dirname(bad_path)]))
346 os.rename(bad_path, init_path)
/third_party/python/Lib/test/
Dtest_io.py941 bad_path = FakePath(f.fileno())
943 self.open(bad_path, 'w', encoding="utf-8")
945 bad_path = FakePath(None)
947 self.open(bad_path, 'w', encoding="utf-8")
949 bad_path = FakePath(FloatingPointError)
951 self.open(bad_path, 'w', encoding="utf-8")
/third_party/boost/libs/beast/
DCHANGELOG.md2834 * http::error::bad_target replaces bad_path
2841 * Replace references to http::error::bad_path with http::error::bad_target