Home
last modified time | relevance | path

Searched refs:IsFolder (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc163 if (!IsFolder(folder)) { in DeleteEmptyFolder()
164 ASSERT(IsFolder(folder)); in DeleteEmptyFolder()
241 if (!IsFolder(old_path)) { in MoveFolder()
242 ASSERT(IsFolder(old_path)); in MoveFolder()
258 bool UnixFilesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::UnixFilesystem
Dfileutils.h159 if (IsFolder(path)) in DeleteFileOrFolder()
210 virtual bool IsFolder(const Pathname& pathname) = 0;
350 static bool IsFolder(const Pathname& pathname) { in IsFolder() function
351 return EnsureDefaultFilesystem()->IsFolder(pathname); in IsFolder()
Dfileutils.cc170 VERIFY(IsFolder(old_path)); in DirectoryIterator()
196 VERIFY(IsFolder(folder)); in DirectoryIterator()
Dwin32filesystem.cc261 if (!IsFolder(old_path)) { in MoveFolder()
262 ASSERT(IsFolder(old_path)); in MoveFolder()
281 bool Win32Filesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::Win32Filesystem
Dunixfilesystem.h72 virtual bool IsFolder(const Pathname& pathname);
Dwin32filesystem.h75 virtual bool IsFolder(const Pathname& pathname);
/external/chromium_org/third_party/libjingle/source/talk/base/
Dfileutils.h161 if (IsFolder(path)) in DeleteFileOrFolder()
212 virtual bool IsFolder(const Pathname& pathname) = 0;
352 static bool IsFolder(const Pathname& pathname) { in IsFolder() function
353 return EnsureDefaultFilesystem()->IsFolder(pathname); in IsFolder()
Dunixfilesystem.cc156 if (!IsFolder(folder)) { in DeleteEmptyFolder()
157 ASSERT(IsFolder(folder)); in DeleteEmptyFolder()
235 if (!IsFolder(old_path)) { in MoveFolder()
236 ASSERT(IsFolder(old_path)); in MoveFolder()
252 bool UnixFilesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::UnixFilesystem
Dfileutils_unittest.cc111 EXPECT_TRUE(Filesystem::IsFolder(path)); in TEST()
118 EXPECT_FALSE(Filesystem::IsFolder(path)); in TEST()
Dfileutils.cc176 VERIFY(IsFolder(old_path)); in DirectoryIterator()
206 VERIFY(IsFolder(folder)); in DirectoryIterator()
Dwin32filesystem.cc261 if (!IsFolder(old_path)) { in MoveFolder()
262 ASSERT(IsFolder(old_path)); in MoveFolder()
281 bool Win32Filesystem::IsFolder(const Pathname &path) { in IsFolder() function in talk_base::Win32Filesystem
Dwin32filesystem.h75 virtual bool IsFolder(const Pathname& pathname);
Dunixfilesystem.h89 virtual bool IsFolder(const Pathname& pathname);
Dunittest_main.cc65 if (!talk_base::Filesystem::IsFolder(path)) { in GetTalkDirectory()
Dfileutils_mock.h206 bool IsFolder(const Pathname &pathname) { in IsFolder() function
/external/chromium_org/sync/syncable/
Dsyncable_proto_util.h30 bool IsFolder(const sync_pb::SyncEntity& entity);
Dsyncable_proto_util.cc19 bool IsFolder(const sync_pb::SyncEntity& entity) { in IsFolder() function
Dmodel_type.cc243 IsFolder(sync_entity)) { in GetModelType()
/external/chromium_org/sync/engine/
Dprocess_updates_util.cc154 const bool is_directory = IsFolder(entry); in VerifyUpdate()
211 const bool is_directory = IsFolder(entry); in ReverifyEntry()
Dsyncer_util.cc388 target->PutServerIsDir(IsFolder(update)); in UpdateServerFieldsFromUpdate()
/external/chromium/chrome/browser/sync/engine/
Dsyncproto.h61 bool IsFolder() const { in IsFolder() function
Dverify_updates_command.cc84 const bool is_directory = entry.IsFolder(); in VerifyUpdate()
Dprocess_updates_command.cc79 const bool is_directory = entry.IsFolder(); in ReverifyEntry()
Dsyncer_proto_util.cc287 if (local_entry.Get(IS_DIR) != server_entry.IsFolder()) { in Compare()
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc139 sync_entity.IsFolder()) { in GetModelType()

12