HomeSort by relevance Sort by last modified time
    Searched refs:IsFile (Results 1 - 13 of 13) 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 30 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
37 statBuf.st_mode = IsFile ? (0777 | S_IFREG) // a regular file
45 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
50 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 919 milliseconds