HomeSort by relevance Sort by last modified time
    Searched refs:IsFolder (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/sync/syncable/
syncable_proto_util.h 30 bool IsFolder(const sync_pb::SyncEntity& entity);
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils_unittest.cc 111 EXPECT_TRUE(Filesystem::IsFolder(path));
118 EXPECT_FALSE(Filesystem::IsFolder(path));
fileutils.h 161 if (IsFolder(path))
212 virtual bool IsFolder(const Pathname& pathname) = 0;
352 static bool IsFolder(const Pathname& pathname) {
353 return EnsureDefaultFilesystem()->IsFolder(pathname);
unixfilesystem.h 89 virtual bool IsFolder(const Pathname& pathname);
win32filesystem.h 75 virtual bool IsFolder(const Pathname& pathname);
unittest_main.cc 65 if (!talk_base::Filesystem::IsFolder(path)) {
unixfilesystem.cc 156 if (!IsFolder(folder)) {
157 ASSERT(IsFolder(folder));
235 if (!IsFolder(old_path)) {
236 ASSERT(IsFolder(old_path));
252 bool UnixFilesystem::IsFolder(const Pathname &path) {
fileutils.cc 176 VERIFY(IsFolder(old_path));
206 VERIFY(IsFolder(folder));
win32filesystem.cc 261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) {
fileutils_mock.h 206 bool IsFolder(const Pathname &pathname) {
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 61 bool IsFolder() const {
process_updates_command.cc 79 const bool is_directory = entry.IsFolder();
verify_updates_command.cc 84 const bool is_directory = entry.IsFolder();
syncer_proto_util.cc 287 if (local_entry.Get(IS_DIR) != server_entry.IsFolder()) {
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 72 virtual bool IsFolder(const Pathname& pathname);
win32filesystem.h 75 virtual bool IsFolder(const Pathname& pathname);
fileutils.h 159 if (IsFolder(path))
210 virtual bool IsFolder(const Pathname& pathname) = 0;
350 static bool IsFolder(const Pathname& pathname) {
351 return EnsureDefaultFilesystem()->IsFolder(pathname);
unixfilesystem.cc 163 if (!IsFolder(folder)) {
164 ASSERT(IsFolder(folder));
241 if (!IsFolder(old_path)) {
242 ASSERT(IsFolder(old_path));
258 bool UnixFilesystem::IsFolder(const Pathname &path) {
fileutils.cc 170 VERIFY(IsFolder(old_path));
196 VERIFY(IsFolder(folder));
win32filesystem.cc 261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) {
  /external/chromium_org/sync/engine/
process_updates_command.cc 182 const bool is_directory = IsFolder(entry);
240 const bool is_directory = IsFolder(entry);
syncer_proto_util.cc 515 if (local_entry.Get(IS_DIR) != IsFolder(server_entry)) {
syncer_util.cc 386 target->Put(SERVER_IS_DIR, IsFolder(update));
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 139 sync_entity.IsFolder()) {

Completed in 428 milliseconds

1 2