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

  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 26 bool IsFile(const std::string &Path) {
  /external/tensorflow/tensorflow/core/platform/cloud/
google_auth_provider.cc 78 bool IsFile(const string& filename) {
89 if (!result || !IsFile(result)) {
115 if (!IsFile(result)) {
  /external/webrtc/webrtc/base/
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);
fileutils_mock.h 193 bool IsFile(const Pathname &pathname) {
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) {

Completed in 919 milliseconds