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

/external/webkit/Source/JavaScriptCore/tests/mozilla/
H A Dmklistpage.pl244 local ($test_subdir) = @_;
247 opendir ( TEST_SUBDIR, $test_subdir) || die ("couldn't open directory " .
248 "$test_subdir: $!");
H A Druntests.pl70 ( $test_subdir ) = @_;
73 $current_test_dir = $test_dir ."/". $suite . "/" .$test_subdir;
125 $test_path = $test_dir ."/" . $suite ."/". $test_subdir ."/". $js_test;
H A DjsDriver.pl1237 my ($test_subdir) = @_;
1240 opendir (TEST_SUBDIR, $test_subdir) || die ("couldn't open directory " .
1241 "$test_subdir: $!");
/external/chromium/base/
H A Dfile_util_unittest.cc729 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirNonRecursive")); local
730 file_util::CreateDirectory(test_subdir);
731 ASSERT_TRUE(file_util::PathExists(test_subdir));
733 FilePath file_name = test_subdir.Append(FPL("Test DeleteDir.txt"));
737 FilePath subdir_path1 = test_subdir.Append(FPL("TestSubDir1"));
741 FilePath subdir_path2 = test_subdir.Append(FPL("TestSubDir2"));
750 EXPECT_FALSE(file_util::Delete(test_subdir, false));
751 EXPECT_TRUE(file_util::PathExists(test_subdir));
759 FilePath test_subdir = temp_dir_.path().Append(FPL("DeleteDirRecursive")); local
760 file_util::CreateDirectory(test_subdir);
[all...]

Completed in 77 milliseconds