HomeSort by relevance Sort by last modified time
    Searched refs:IsFile (Results 1 - 25 of 29) 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/third_party/webrtc/base/
fileutils_unittest.cc 40 EXPECT_TRUE(Filesystem::IsFile(path));
49 EXPECT_FALSE(Filesystem::IsFile(path));
58 EXPECT_FALSE(Filesystem::IsFile(path));
95 EXPECT_FALSE(Filesystem::IsFile(path));
fileutils.h 172 if (IsFile(old_path)) {
188 if (IsFile(old_path))
198 virtual bool IsFile(const Pathname& pathname) = 0;
339 static bool IsFile(const Pathname &pathname) {
340 return EnsureDefaultFilesystem()->IsFile(pathname);
unixfilesystem.h 82 virtual bool IsFile(const Pathname& pathname);
win32filesystem.h 61 virtual bool IsFile(const Pathname &path);
unixfilesystem.cc 153 if (!IsFile(filename)) {
154 ASSERT(IsFile(filename));
223 if (!IsFile(old_path)) {
224 ASSERT(IsFile(old_path));
314 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 183 if (!IsFile(filename)) {
184 ASSERT(IsFile(filename));
232 if (!IsFile(old_path)) {
233 ASSERT(IsFile(old_path));
273 bool Win32Filesystem::IsFile(const Pathname &path) {
fileutils.cc 259 if (!Filesystem::IsFile(pathname)) {
fileutils_mock.h 193 bool IsFile(const Pathname &pathname) {
  /external/chromium_org/chrome/browser/chromeos/drive/
file_change.cc 56 if (last.IsFile() != new_change.IsFile()) {
65 if (!last.IsFile() && last.IsAddOrUpdate() && new_change.IsDelete()) {
file_change.h 39 bool IsFile() const { return file_type_ == FILE_TYPE_FILE; }
41 bool IsTypeUnknown() const { return !IsFile() && !IsDirectory(); }
  /external/chromium_org/tools/telemetry/telemetry/util/
bootstrap.py 66 def IsFile(self, path):
81 if self.IsFile(src_path):
85 if os.path.isfile(dst_path):
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 100 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/
local_file_sync_context_unittest.cc 254 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());
    [all...]
  /external/clang/unittests/Basic/
FileManagerTest.cpp 30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
36 Data.IsDirectory = !IsFile;
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
54 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.cc 345 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/
devicemanager.cc 168 if (rtc::Filesystem::IsFile(name)) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
filemediaengine_unittest.cc 178 if (rtc::Filesystem::IsFile(rtc::Pathname(pathname))) {
  /external/clang/lib/Format/
Format.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 2563 milliseconds

1 2