Home
last modified time | relevance | path

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

/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
Dwin32filesystem.h75 virtual bool IsFolder(const Pathname& pathname);
Dunixfilesystem.h72 virtual bool IsFolder(const Pathname& pathname);
/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()
Dsyncer_util.cc418 target->Put(SERVER_IS_DIR, update.IsFolder()); in UpdateServerFieldsFromUpdate()
/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc139 sync_entity.IsFolder()) { in GetModelType()