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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dunixfilesystem.h78 virtual bool IsFile(const Pathname& pathname);
H A Dwin32filesystem.h78 virtual bool IsFile(const Pathname &path);
H A Dfileutils.h187 if (IsFile(old_path)) {
203 if (IsFile(old_path))
213 virtual bool IsFile(const Pathname& pathname) = 0;
354 static bool IsFile(const Pathname &pathname) { function in class:talk_base::Filesystem
355 return EnsureDefaultFilesystem()->IsFile(pathname);
H A Dunixfilesystem.cc153 if (!IsFile(filename)) {
154 ASSERT(IsFile(filename));
222 if (!IsFile(old_path)) {
223 ASSERT(IsFile(old_path));
309 bool UnixFilesystem::IsFile(const Pathname& pathname) { function in class:talk_base::UnixFilesystem
H A Dwin32filesystem.cc200 if (!IsFile(filename)) {
201 ASSERT(IsFile(filename));
249 if (!IsFile(old_path)) {
250 ASSERT(IsFile(old_path));
290 bool Win32Filesystem::IsFile(const Pathname &path) { function in class:talk_base::Win32Filesystem
H A Dfileutils.cc268 if (!Filesystem::IsFile(pathname)) {
/external/clang/unittests/Basic/
H A DFileManagerTest.cpp30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) { argument
37 statBuf.st_mode = IsFile ? (0777 | S_IFREG) // a regular file
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
/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 135 milliseconds