OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFolder
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/base/
fileutils_unittest.cc
94
EXPECT_TRUE(Filesystem::
IsFolder
(path));
101
EXPECT_FALSE(Filesystem::
IsFolder
(path));
fileutils.h
140
if (
IsFolder
(path))
191
virtual bool
IsFolder
(const Pathname& pathname) = 0;
331
static bool
IsFolder
(const Pathname& pathname) {
332
return EnsureDefaultFilesystem()->
IsFolder
(pathname);
win32filesystem.h
58
virtual bool
IsFolder
(const Pathname& pathname);
unixfilesystem.h
76
bool
IsFolder
(const Pathname& pathname) override;
unixfilesystem.cc
164
if (!
IsFolder
(folder)) {
165
ASSERT(
IsFolder
(folder));
243
if (!
IsFolder
(old_path)) {
244
ASSERT(
IsFolder
(old_path));
260
bool UnixFilesystem::
IsFolder
(const Pathname &path) {
fileutils.cc
159
VERIFY(
IsFolder
(old_path));
189
VERIFY(
IsFolder
(folder));
win32filesystem.cc
245
if (!
IsFolder
(old_path)) {
246
ASSERT(
IsFolder
(old_path));
265
bool Win32Filesystem::
IsFolder
(const Pathname &path) {
filerotatingstream_unittest.cc
42
if (dir_path_.size() && Filesystem::
IsFolder
(dir_path_) &&
201
if (dir_path_.size() && Filesystem::
IsFolder
(dir_path_) &&
fileutils_mock.h
189
bool
IsFolder
(const Pathname &pathname) {
filerotatingstream.cc
58
RTC_DCHECK(Filesystem::
IsFolder
(dir_path));
testutils.h
447
if (rtc::Filesystem::
IsFolder
(potential_parallel_dir)) {
Completed in 470 milliseconds