/external/chromium/third_party/libjingle/source/talk/base/ |
D | unixfilesystem.cc | 163 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
|
D | fileutils.h | 159 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()
|
D | fileutils.cc | 170 VERIFY(IsFolder(old_path)); in DirectoryIterator() 196 VERIFY(IsFolder(folder)); in DirectoryIterator()
|
D | win32filesystem.cc | 261 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
|
D | unixfilesystem.h | 72 virtual bool IsFolder(const Pathname& pathname);
|
D | win32filesystem.h | 75 virtual bool IsFolder(const Pathname& pathname);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | fileutils.h | 161 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()
|
D | unixfilesystem.cc | 156 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
|
D | fileutils_unittest.cc | 111 EXPECT_TRUE(Filesystem::IsFolder(path)); in TEST() 118 EXPECT_FALSE(Filesystem::IsFolder(path)); in TEST()
|
D | fileutils.cc | 176 VERIFY(IsFolder(old_path)); in DirectoryIterator() 206 VERIFY(IsFolder(folder)); in DirectoryIterator()
|
D | win32filesystem.cc | 261 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
|
D | win32filesystem.h | 75 virtual bool IsFolder(const Pathname& pathname);
|
D | unixfilesystem.h | 89 virtual bool IsFolder(const Pathname& pathname);
|
D | unittest_main.cc | 65 if (!talk_base::Filesystem::IsFolder(path)) { in GetTalkDirectory()
|
D | fileutils_mock.h | 206 bool IsFolder(const Pathname &pathname) { in IsFolder() function
|
/external/chromium_org/sync/syncable/ |
D | syncable_proto_util.h | 30 bool IsFolder(const sync_pb::SyncEntity& entity);
|
D | syncable_proto_util.cc | 19 bool IsFolder(const sync_pb::SyncEntity& entity) { in IsFolder() function
|
D | model_type.cc | 243 IsFolder(sync_entity)) { in GetModelType()
|
/external/chromium_org/sync/engine/ |
D | process_updates_util.cc | 154 const bool is_directory = IsFolder(entry); in VerifyUpdate() 211 const bool is_directory = IsFolder(entry); in ReverifyEntry()
|
D | syncer_util.cc | 388 target->PutServerIsDir(IsFolder(update)); in UpdateServerFieldsFromUpdate()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncproto.h | 61 bool IsFolder() const { in IsFolder() function
|
D | verify_updates_command.cc | 84 const bool is_directory = entry.IsFolder(); in VerifyUpdate()
|
D | process_updates_command.cc | 79 const bool is_directory = entry.IsFolder(); in ReverifyEntry()
|
D | syncer_proto_util.cc | 287 if (local_entry.Get(IS_DIR) != server_entry.IsFolder()) { in Compare()
|
/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.cc | 139 sync_entity.IsFolder()) { in GetModelType()
|