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

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.h 64 BOOLEAN IsRootDirectory;
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 219 const FilePath& path(IsRootDirectory() ? *this :
244 bool FilePath::IsRootDirectory() const {
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/googletest/googletest/src/
gtest-filepath.cc 228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const {
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 221 const FilePath& path(IsRootDirectory() ? *this :
246 bool FilePath::IsRootDirectory() const {
  /external/v8/testing/gtest/src/
gtest-filepath.cc 228 const FilePath& path(IsRootDirectory() ? *this :
253 bool FilePath::IsRootDirectory() const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 223 const FilePath& path(IsRootDirectory() ? *this :
248 bool FilePath::IsRootDirectory() const {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
PosixFileSystem.c 47 BOOLEAN IsRootDirectory;
140 PrivateFile->IsRootDirectory = TRUE;
254 } else if (PrivateFile->IsRootDirectory) {
398 (StrCmp (FileName, L".") == 0 && PrivateFile->IsRootDirectory)) {
502 NewPrivateFile->IsRootDirectory = TRUE;
521 NewPrivateFile->IsRootDirectory = FALSE;
    [all...]

Completed in 631 milliseconds