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

1 2

  /external/webrtc/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 168 if (IsFile(old_path)) {
184 if (IsFile(old_path))
194 virtual bool IsFile(const Pathname& pathname) = 0;
335 static bool IsFile(const Pathname &pathname) {
336 return EnsureDefaultFilesystem()->IsFile(pathname);
win32filesystem.h 61 virtual bool IsFile(const Pathname &path);
unixfilesystem.h 82 bool IsFile(const Pathname& pathname) override;
unixfilesystem.cc 154 if (!IsFile(filename)) {
155 ASSERT(IsFile(filename));
224 if (!IsFile(old_path)) {
225 ASSERT(IsFile(old_path));
315 bool UnixFilesystem::IsFile(const Pathname& pathname) {
win32filesystem.cc 184 if (!IsFile(filename)) {
185 ASSERT(IsFile(filename));
233 if (!IsFile(old_path)) {
234 ASSERT(IsFile(old_path));
274 bool Win32Filesystem::IsFile(const Pathname &path) {
filerotatingstream.cc 286 if (Filesystem::IsFile(file_to_delete)) {
294 if (Filesystem::IsFile(unrotated_name)) {
filerotatingstream_unittest.cc 142 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i)));
147 EXPECT_TRUE(Filesystem::IsFile(stream_->GetFilePath(i)));
fileutils.cc 268 if (!Filesystem::IsFile(pathname)) {
fileutils_mock.h 193 bool IsFile(const Pathname &pathname) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 55 bool IsFile(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 55 bool IsFile(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 55 bool IsFile(const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 55 bool IsFile(const std::string &Path);
  /external/clang/unittests/Basic/
FileManagerTest.cpp 31 void InjectFileOrDirectory(const char *Path, ino_t INode, bool IsFile) {
37 Data.IsDirectory = !IsFile;
46 InjectFileOrDirectory(Path, INode, /*IsFile=*/true);
51 InjectFileOrDirectory(Path, INode, /*IsFile=*/false);
55 LookupResult getStat(const char *Path, FileData &Data, bool isFile,
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 26 bool IsFile(const std::string &Path) {
FuzzerInternal.h 85 bool IsFile(const std::string &Path);
FuzzerDriver.cpp 264 if (!IsFile(Path))
  /external/mesa3d/src/hgl/
GLRendererRoster.cpp 148 if (entry.InitCheck() == B_OK && !entry.IsFile())
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 60 bool IsFile(const std::string &Path);
  /external/webrtc/talk/media/devices/
devicemanager.cc 168 if (rtc::Filesystem::IsFile(name)) {
  /external/clang/lib/Format/
Format.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 2344 milliseconds

1 2