Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/builders/
Dbuilder.py34 def getMake(self, test_subdir, test_name): argument
45 if not (lldb_test and configuration.test_build_dir and test_subdir
46 and test_name and (not os.path.isabs(test_subdir))):
48 build_dir = os.path.join(configuration.test_build_dir, test_subdir,
50 src_dir = os.path.join(configuration.test_src_root, test_subdir)
/external/libchrome/base/files/
Dfile_util_unittest.cc1380 FilePath test_subdir = in TEST_F() local
1382 CreateDirectory(test_subdir); in TEST_F()
1383 ASSERT_TRUE(PathExists(test_subdir)); in TEST_F()
1385 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt")); in TEST_F()
1389 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1")); in TEST_F()
1393 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2")); in TEST_F()
1402 EXPECT_FALSE(DeleteFile(test_subdir, false)); in TEST_F()
1403 EXPECT_TRUE(PathExists(test_subdir)); in TEST_F()
1411 FilePath test_subdir = temp_dir_.GetPath().Append(FPL("DeleteDirRecursive")); in TEST_F() local
1412 CreateDirectory(test_subdir); in TEST_F()
[all …]
/external/python/cpython2/Lib/test/
Dtest_mailbox.py1280 def test_subdir(self): member in TestMaildirMessage
/external/python/cpython3/Lib/test/
Dtest_mailbox.py1461 def test_subdir(self): member in TestMaildirMessage