HomeSort by relevance Sort by last modified time
    Searched defs:IsFolder (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
  /external/chromium/chrome/browser/sync/engine/
syncproto.h 61 bool IsFolder() const {
  /external/chromium/third_party/libjingle/source/talk/base/
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) {
win32filesystem.cc 261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
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);
fileutils_mock.h 206 bool IsFolder(const Pathname &pathname) {
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) {
win32filesystem.cc 261 if (!IsFolder(old_path)) {
262 ASSERT(IsFolder(old_path));
281 bool Win32Filesystem::IsFolder(const Pathname &path) {

Completed in 556 milliseconds