OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateDirectoriesRecursively
(Results
1 - 25
of
37
) sorted by null
1
2
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-filepath.h
125
bool
CreateDirectoriesRecursively
() const;
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-filepath.cc
171
bool FilePath::
CreateDirectoriesRecursively
() const {
181
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/chromium/testing/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-filepath.h
144
bool
CreateDirectoriesRecursively
() const;
186
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
148
bool
CreateDirectoriesRecursively
() const;
190
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h
144
bool
CreateDirectoriesRecursively
() const;
186
// it is called in
CreateDirectoriesRecursively
() assuming that it will change
/external/chromium/testing/gtest/test/
gtest-filepath_test.cc
566
TEST_F(DirectoryCreationTest,
CreateDirectoriesRecursively
) {
568
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
574
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
576
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
585
testdata_path_.
CreateDirectoriesRecursively
();
603
EXPECT_FALSE(testdata_file_.
CreateDirectoriesRecursively
());
608
EXPECT_FALSE(test_detail_xml.
CreateDirectoriesRecursively
());
/external/chromium_org/testing/gtest/test/
gtest-filepath_test.cc
550
TEST_F(DirectoryCreationTest,
CreateDirectoriesRecursively
) {
552
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
558
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
560
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
569
testdata_path_.
CreateDirectoriesRecursively
();
587
EXPECT_FALSE(testdata_file_.
CreateDirectoriesRecursively
());
592
EXPECT_FALSE(test_detail_xml.
CreateDirectoriesRecursively
());
/external/gtest/test/
gtest-filepath_test.cc
570
TEST_F(DirectoryCreationTest,
CreateDirectoriesRecursively
) {
572
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
578
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
580
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
589
testdata_path_.
CreateDirectoriesRecursively
();
607
EXPECT_FALSE(testdata_file_.
CreateDirectoriesRecursively
());
612
EXPECT_FALSE(test_detail_xml.
CreateDirectoriesRecursively
());
/external/protobuf/gtest/test/
gtest-filepath_test.cc
480
TEST_F(DirectoryCreationTest,
CreateDirectoriesRecursively
) {
482
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
488
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
490
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
499
testdata_path_.
CreateDirectoriesRecursively
();
517
EXPECT_FALSE(testdata_file_.
CreateDirectoriesRecursively
());
522
EXPECT_FALSE(test_detail_xml.
CreateDirectoriesRecursively
());
/ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc
550
TEST_F(DirectoryCreationTest,
CreateDirectoriesRecursively
) {
552
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
558
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
560
EXPECT_TRUE(testdata_path_.
CreateDirectoriesRecursively
());
569
testdata_path_.
CreateDirectoriesRecursively
();
587
EXPECT_FALSE(testdata_file_.
CreateDirectoriesRecursively
());
592
EXPECT_FALSE(test_detail_xml.
CreateDirectoriesRecursively
());
/external/chromium/testing/gtest/src/
gtest-filepath.cc
301
bool FilePath::
CreateDirectoriesRecursively
() const {
311
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/chromium_org/testing/gtest/src/
gtest-filepath.cc
303
bool FilePath::
CreateDirectoriesRecursively
() const {
313
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-filepath.cc
301
bool FilePath::
CreateDirectoriesRecursively
() const {
311
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/gtest/src/
gtest-filepath.cc
301
bool FilePath::
CreateDirectoriesRecursively
() const {
311
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/llvm/utils/unittest/googletest/
gtest-filepath.cc
299
bool FilePath::
CreateDirectoriesRecursively
() const {
309
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/mesa3d/src/gtest/src/
gtest-filepath.cc
301
bool FilePath::
CreateDirectoriesRecursively
() const {
311
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/open-vcdiff/gtest/src/
gtest-filepath.cc
269
bool FilePath::
CreateDirectoriesRecursively
() const {
279
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/external/protobuf/gtest/src/
gtest-filepath.cc
269
bool FilePath::
CreateDirectoriesRecursively
() const {
279
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
/ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc
303
bool FilePath::
CreateDirectoriesRecursively
() const {
313
return parent.
CreateDirectoriesRecursively
() && this->CreateFolder();
Completed in 46 milliseconds
1
2