OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFolder
(Results
1 - 12
of
12
) sorted by null
/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
()) {
syncer_util.cc
418
target->Put(SERVER_IS_DIR, update.
IsFolder
());
[
all
...]
/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/chrome/browser/sync/syncable/
model_type.cc
139
sync_entity.
IsFolder
()) {
Completed in 716 milliseconds