Searched refs:test_subdir (Results 1 – 4 of 4) sorted by relevance
34 def getMake(self, test_subdir, test_name): argument45 if not (lldb_test and configuration.test_build_dir and test_subdir46 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)
1380 FilePath test_subdir = in TEST_F() local1382 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() local1412 CreateDirectory(test_subdir); in TEST_F()[all …]
1280 def test_subdir(self): member in TestMaildirMessage
1461 def test_subdir(self): member in TestMaildirMessage