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

  /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/clang/unittests/Basic/
FileManagerTest.cpp 29 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
36 statBuf.st_mode = IsFile ? (0777 | S_IFREG) // a regular file
44 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
49 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
54 bool isFile, int *FileDescriptor) {
  /prebuilts/tools/common/m2/internal/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 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 885 milliseconds