Home
last modified time | relevance | path

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

/external/python/cpython3/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)
/external/libchrome/ipc/
Dipc_message_utils_unittest.cc78 base::FilePath bad_path; in TEST() local
80 ASSERT_FALSE(ParamTraits<base::FilePath>::Read(&message, &iter, &bad_path)); in TEST()
/external/cronet/ipc/
Dipc_message_utils_unittest.cc82 base::FilePath bad_path; in TEST() local
84 ASSERT_FALSE(ParamTraits<base::FilePath>::Read(&message, &iter, &bad_path)); in TEST()
/external/minijail/
Dsystem_unittest.cc77 TEST(write_pid_to_path, bad_path) { in TEST() argument
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_utils_test.py285 bad_path = os.path.join(self.get_temp_dir(), "nonexistent.py")
288 source_utils.load_source(bad_path)
/external/selinux/sandbox/
Dseunshare.c295 static int bad_path(const char *path) { in bad_path() function
340 if (bad_path(path)) continue; in rsynccmd()
/external/python/cpython3/Lib/test/
Dtest_io.py930 bad_path = FakePath(f.fileno())
932 self.open(bad_path, 'w', encoding="utf-8")
934 bad_path = FakePath(None)
936 self.open(bad_path, 'w', encoding="utf-8")
938 bad_path = FakePath(FloatingPointError)
940 self.open(bad_path, 'w', encoding="utf-8")