Searched refs:IsDirectory (Results 26 - 50 of 107) sorted by relevance

12345

/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h167 bool IsDirectory() const;
/external/clang/lib/Lex/
H A DPTHLexer.cpp647 bool IsDirectory; member in class:__anon17147::PTHStatData
650 bool IsDirectory)
652 IsDirectory(IsDirectory) {}
677 bool IsDirectory = true; local
679 IsDirectory = false;
690 return data_type(Size, ModTime, UniqueID, IsDirectory);
726 Data.IsDirectory = D.IsDirectory;
649 PTHStatData(uint64_t Size, time_t ModTime, llvm::sys::fs::UniqueID UniqueID, bool IsDirectory) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_file_system.py10 from path_util import IsDirectory namespace
81 assert IsDirectory(dir_path)
H A Dfake_fetchers.py14 from path_util import IsDirectory namespace
58 if IsDirectory(path):
H A Dfake_url_fetcher.py9 from path_util import AssertIsDirectory, IsDirectory namespace
68 if IsDirectory(url):
H A Dfile_system.py10 AssertIsDirectory, AssertIsValid, IsDirectory, IsValid, SplitParent,
170 if IsDirectory(f):
H A Dtest_file_system.py7 from path_util import AssertIsValid, AssertIsDirectory, IsDirectory namespace
74 if IsDirectory(path):
H A Dnew_github_file_system.py19 from path_util import AssertIsDirectory, IsDirectory namespace
255 if IsDirectory(path):
285 if IsDirectory(path):
H A Dgithub_file_system.py16 from path_util import IsDirectory namespace
155 if IsDirectory(path):
/external/chromium_org/webkit/browser/fileapi/
H A Ddragged_file_util.cc43 virtual bool IsDirectory() OVERRIDE { return file_info_.is_directory; }
H A Dlocal_file_util.cc40 virtual bool IsDirectory() OVERRIDE;
71 bool LocalFileEnumerator::IsDirectory() { function in class:fileapi::LocalFileEnumerator
72 return file_util_info_.IsDirectory();
H A Dnative_file_util.cc89 virtual bool IsDirectory() OVERRIDE;
111 bool NativeFileEnumerator::IsDirectory() { function in class:fileapi::NativeFileEnumerator
112 return file_util_info_.IsDirectory();
H A Dsandbox_directory_database.h97 bool IsDirectory(FileId file_id);
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/gtest/src/
H A Dgtest-filepath.cc295 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
304 if (!this->IsDirectory()) {
342 return IsDirectory()
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc291 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
300 if (!this->IsDirectory()) {
338 return IsDirectory()
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
302 if (!this->IsDirectory()) {
340 return IsDirectory()
/external/chromium_org/base/files/
H A Dfile_enumerator_win.cc21 bool FileEnumerator::FileInfo::IsDirectory() const { function in class:base::FileEnumerator::FileInfo
/external/chromium_org/net/url_request/
H A Durl_request_file_dir_job.cc128 data.info.IsDirectory(),
/external/lldb/include/lldb/Host/
H A DFileSpec.h424 IsDirectory () const function in class:lldb_private::FileSpec
/external/lldb/source/Host/common/
H A DSymbols.cpp73 if (!dirspec.Exists() || !dirspec.IsDirectory())
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfileutils.cc125 bool DirectoryIterator::IsDirectory() const { function in class:talk_base::DirectoryIterator
219 if (di->IsDirectory()) {
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils.cc108 bool DirectoryIterator::IsDirectory() const { function in class:rtc::DirectoryIterator
202 if (di->IsDirectory()) {
/external/chromium_org/tools/strict_enum_value_checker/
H A Dstrict_enum_value_checker_test.py74 def IsDirectory(self): member in class:MockFile
99 if self.IsDirectory():

Completed in 2954 milliseconds

12345