Searched refs:IsFile (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.cc54 if (last.IsFile() != new_change.IsFile()) {
63 if (!last.IsFile() && last.IsAddOrUpdate() && new_change.IsDelete()) {
H A Dfile_change.h30 bool IsFile() const { return file_type_ == SYNC_FILE_TYPE_FILE; } function in class:sync_file_system::FileChange
32 bool IsTypeUnknown() const { return !IsFile() && !IsDirectory(); }
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils_unittest.cc40 EXPECT_TRUE(Filesystem::IsFile(path));
49 EXPECT_FALSE(Filesystem::IsFile(path));
58 EXPECT_FALSE(Filesystem::IsFile(path));
95 EXPECT_FALSE(Filesystem::IsFile(path));
H A Dwin32filesystem.h61 virtual bool IsFile(const Pathname &path);
H A Dfileutils.h172 if (IsFile(old_path)) {
188 if (IsFile(old_path))
198 virtual bool IsFile(const Pathname& pathname) = 0;
339 static bool IsFile(const Pathname &pathname) { function in class:rtc::Filesystem
340 return EnsureDefaultFilesystem()->IsFile(pathname);
H A Dunixfilesystem.h82 virtual bool IsFile(const Pathname& pathname);
H A Dunixfilesystem.cc153 if (!IsFile(filename)) {
154 ASSERT(IsFile(filename));
223 if (!IsFile(old_path)) {
224 ASSERT(IsFile(old_path));
314 bool UnixFilesystem::IsFile(const Pathname& pathname) { function in class:rtc::UnixFilesystem
H A Dwin32filesystem.cc183 if (!IsFile(filename)) {
184 ASSERT(IsFile(filename));
232 if (!IsFile(old_path)) {
233 ASSERT(IsFile(old_path));
273 bool Win32Filesystem::IsFile(const Pathname &path) { function in class:rtc::Win32Filesystem
H A Dfileutils.cc259 if (!Filesystem::IsFile(pathname)) {
H A Dfileutils_mock.h193 bool IsFile(const Pathname &pathname) { function in class:rtc::FakeFileSystem
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_change.cc56 if (last.IsFile() != new_change.IsFile()) {
65 if (!last.IsFile() && last.IsAddOrUpdate() && new_change.IsDelete()) {
H A Dfile_change.h39 bool IsFile() const { return file_type_ == FILE_TYPE_FILE; } function in class:drive::FileChange::Change
41 bool IsTypeUnknown() const { return !IsFile() && !IsDirectory(); }
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dbootstrap.py66 def IsFile(self, path): member in class:DAVClientWrapper
81 if self.IsFile(src_path):
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc100 EXPECT_TRUE(rtc::Filesystem::IsFile(path_.pathname()));
290 EXPECT_TRUE(rtc::Filesystem::IsFile(send_header_file));
291 EXPECT_TRUE(rtc::Filesystem::IsFile(recv_header_file));
321 EXPECT_TRUE(rtc::Filesystem::IsFile(send_file));
322 EXPECT_TRUE(rtc::Filesystem::IsFile(recv_file));
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc254 EXPECT_TRUE(changes.list().back().IsFile());
260 EXPECT_TRUE(changes.list().back().IsFile());
272 EXPECT_TRUE(changes.list().back().IsFile());
307 EXPECT_TRUE(changes.list().back().IsFile());
316 EXPECT_TRUE(changes.list().back().IsFile());
338 EXPECT_TRUE(changes.list().back().IsFile());
480 EXPECT_TRUE(changes.list().back().IsFile());
491 EXPECT_FALSE(changes.list().back().IsFile());
588 EXPECT_TRUE(changes.list().back().IsFile());
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { argument
36 Data.IsDirectory = !IsFile;
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dlocal_to_remote_syncer.cc345 if (local_change_.IsFile()) {
410 DCHECK(local_change_.IsFile() || local_change_.IsDirectory());
415 if (local_change_.IsFile()) {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.cc168 if (rtc::Filesystem::IsFile(name)) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine_unittest.cc178 if (rtc::Filesystem::IsFile(rtc::Pathname(pathname))) {
/external/clang/lib/Format/
H A DFormat.cpp2072 bool IsFile = false; local
2075 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile); local
2077 if (!IsFile) {
2082 llvm::sys::fs::is_regular_file(Twine(ConfigFile), IsFile); local
2085 if (IsFile) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1794 milliseconds