OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_subdir
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/tests/mozilla/
mklistpage.pl
244
local ($
test_subdir
) = @_;
247
opendir (
TEST_SUBDIR
, $
test_subdir
) || die ("couldn't open directory " .
248
"$
test_subdir
: $!");
249
@subdir_files = readdir(
TEST_SUBDIR
);
250
closedir(
TEST_SUBDIR
);
runtests.pl
70
( $
test_subdir
) = @_;
73
$current_test_dir = $test_dir ."/". $suite . "/" .$
test_subdir
;
76
opendir (
TEST_SUBDIR
, ${current_test_dir} );
77
@subdir_files = readdir(
TEST_SUBDIR
);
125
$test_path = $test_dir ."/" . $suite ."/". $
test_subdir
."/". $js_test;
jsDriver.pl
[
all
...]
/external/chromium/base/
file_util_unittest.cc
729
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 87 milliseconds