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

1 2

  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 54 if (last.IsFile() != new_change.IsFile()) {
63 if (!last.IsFile() && last.IsAddOrUpdate() && new_change.IsDelete()) {
file_change.h 30 bool IsFile() const { return file_type_ == SYNC_FILE_TYPE_FILE; }
32 bool IsTypeUnknown() const { return !IsFile() && !IsDirectory(); }
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_sync_operation_resolver.cc 77 if (remote_file_change->IsFile())
96 if (remote_file_change->IsFile())
127 if (remote_file_change->IsFile())
131 if (remote_file_change->IsFile())
remote_sync_delegate.cc 170 if (remote_file_change().IsFile()) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
fileutils_unittest.cc 57 EXPECT_TRUE(Filesystem::IsFile(path));
66 EXPECT_FALSE(Filesystem::IsFile(path));
75 EXPECT_FALSE(Filesystem::IsFile(path));
112 EXPECT_FALSE(Filesystem::IsFile(path));
fileutils.h 189 if (IsFile(old_path)) {
205 if (IsFile(old_path))
215 virtual bool IsFile(const Pathname& pathname) = 0;
356 static bool IsFile(const Pathname &pathname) {
357 return EnsureDefaultFilesystem()->IsFile(pathname);
unixfilesystem.h 95 virtual bool IsFile(const Pathname& pathname);
win32filesystem.h 78 virtual bool IsFile(const Pathname &path);
unixfilesystem.cc 146 if (!IsFile(filename)) {
147 ASSERT(IsFile(filename));
216 if (!IsFile(old_path)) {
217 ASSERT(IsFile(old_path));
307 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 200 if (!IsFile(filename)) {
201 ASSERT(IsFile(filename));
249 if (!IsFile(old_path)) {
250 ASSERT(IsFile(old_path));
290 bool Win32Filesystem::IsFile(const Pathname &path) {
fileutils.cc 281 if (!Filesystem::IsFile(pathname)) {
fileutils_mock.h 210 bool IsFile(const Pathname &pathname) {
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h 78 virtual bool IsFile(const Pathname& pathname);
win32filesystem.h 78 virtual bool IsFile(const Pathname &path);
fileutils.h 187 if (IsFile(old_path)) {
203 if (IsFile(old_path))
213 virtual bool IsFile(const Pathname& pathname) = 0;
354 static bool IsFile(const Pathname &pathname) {
355 return EnsureDefaultFilesystem()->IsFile(pathname);
unixfilesystem.cc 153 if (!IsFile(filename)) {
154 ASSERT(IsFile(filename));
222 if (!IsFile(old_path)) {
223 ASSERT(IsFile(old_path));
309 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 200 if (!IsFile(filename)) {
201 ASSERT(IsFile(filename));
249 if (!IsFile(old_path)) {
250 ASSERT(IsFile(old_path));
290 bool Win32Filesystem::IsFile(const Pathname &path) {
fileutils.cc 268 if (!Filesystem::IsFile(pathname)) {
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 64 def IsFile(self, path):
79 if self.IsFile(src_path):
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 100 EXPECT_TRUE(talk_base::Filesystem::IsFile(path_.pathname()));
290 EXPECT_TRUE(talk_base::Filesystem::IsFile(send_header_file));
291 EXPECT_TRUE(talk_base::Filesystem::IsFile(recv_header_file));
321 EXPECT_TRUE(talk_base::Filesystem::IsFile(send_file));
322 EXPECT_TRUE(talk_base::Filesystem::IsFile(recv_file));
  /external/clang/tools/clang-format/
ClangFormat.cpp 137 bool IsFile = false;
140 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile);
141 if (IsFile) {
  /external/clang/unittests/Basic/
FileManagerTest.cpp 29 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
34 Data.IsDirectory = !IsFile;
41 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
46 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
50 virtual LookupResult getStat(const char *Path, FileData &Data, bool isFile,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager.cc 184 if (talk_base::Filesystem::IsFile(name)) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 317 EXPECT_TRUE(changes.list().back().IsFile());
327 EXPECT_FALSE(changes.list().back().IsFile());
395 EXPECT_TRUE(changes.list().back().IsFile());
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 174 if (talk_base::Filesystem::IsFile(talk_base::Pathname(pathname))) {

Completed in 393 milliseconds

1 2