Searched defs:IsDirectory (Results 1 - 25 of 41) sorted by last modified time

12

/external/protobuf/gtest/src/
H A Dgtest-filepath.cc262 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
270 if (!this->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/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/lldb/include/lldb/Host/
H A DFileSpec.h424 IsDirectory () const function in class:lldb_private::FileSpec
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/Basic/
H A DFileSystemStatCache.h36 bool IsDirectory; member in struct:clang::FileData
41 : Size(0), ModTime(0), IsDirectory(false), IsNamedPipe(false),
/external/clang/lib/Lex/
H A DPTHLexer.cpp647 bool IsDirectory; member in class:__anon17948::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/third_party/webrtc/base/
H A Dfileutils.cc101 bool DirectoryIterator::IsDirectory() const { function in class:rtc::DirectoryIterator
194 if (di->IsDirectory()) {
H A Dfileutils_mock.h97 virtual bool IsDirectory() const { function in class:rtc::FakeDirectoryIterator
/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/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc300 bool FilePath::IsDirectory() const { function in class:testing::internal::FilePath
309 if (!this->IsDirectory()) {
347 return 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():
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_win.cc52 bool IsDirectory(const base::FilePath& path) { function in namespace:__anon17012
490 if (IsDirectory(suggested_path)) {
643 if (IsDirectory(*path))
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_html5_fs.cc129 bool FakeHtml5FsNode::IsDirectory() const { function in class:FakeHtml5FsNode
243 if (!dir_node.IsDirectory())
533 if (!parent_node->IsDirectory())
592 if (!node->IsDirectory())
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_file_util.cc21 bool FileSystemFileUtil::EmptyFileEnumerator::IsDirectory() { function in class:storage::FileSystemFileUtil::EmptyFileEnumerator
H A Dlocal_file_util.cc40 virtual bool IsDirectory() OVERRIDE;
71 bool LocalFileEnumerator::IsDirectory() { function in class:storage::LocalFileEnumerator
72 return file_util_info_.IsDirectory();
H A Dnative_file_util.cc89 virtual bool IsDirectory() OVERRIDE;
111 bool NativeFileEnumerator::IsDirectory() { function in class:storage::NativeFileEnumerator
112 return file_util_info_.IsDirectory();
H A Dsandbox_directory_database.cc304 if (find_info.IsDirectory()) {
542 if (!IsDirectory(info.parent_id)) {
594 !IsDirectory(new_info.parent_id))
791 bool SandboxDirectoryDatabase::IsDirectory(FileId file_id) { function in class:storage::SandboxDirectoryDatabase
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.cc485 bool FileResource::IsDirectory() const { function in class:google_apis::FileResource
492 return !IsDirectory() && file_size_ == kUnsetFileSize;
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_file_system.py10 from path_util import AssertIsDirectory, IsDirectory, ToDirectory namespace
76 assert IsDirectory(dir_path)
163 if IsDirectory(f):
H A Dcontent_provider.py15 from path_util import AssertIsValid, IsDirectory, Join, ToDirectory namespace
H A Dempty_dir_file_system.py7 from path_util import IsDirectory namespace
17 if not IsDirectory(path):
27 if not IsDirectory(path):
H A Dfake_fetchers.py16 from path_util import IsDirectory namespace
60 if IsDirectory(path):

Completed in 1965 milliseconds

12