/external/llvm/utils/unittest/googletest/src/ |
D | gtest-filepath.cc | 203 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 227 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/cronet/third_party/boringssl/src/third_party/googletest/src/ |
D | gtest-filepath.cc | 208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-filepath.cc | 208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-filepath.cc | 208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/googletest/googletest/src/ |
D | gtest-filepath.cc | 209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/libvpx/third_party/googletest/src/src/ |
D | gtest-filepath.cc | 209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/cronet/third_party/googletest/src/googletest/src/ |
D | gtest-filepath.cc | 209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/cronet/base/files/ |
D | file_util_win.cc | 158 DWORD attrs = GetFileAttributes(dest); in DoCopyFile() 279 const DWORD attr = ::GetFileAttributes(path.value().c_str()); in DoDeleteFile() 522 return (GetFileAttributes(path.value().c_str()) != INVALID_FILE_ATTRIBUTES); in PathExists() 533 DWORD fileattr = GetFileAttributes(path_str); in PathHasAccess() 562 DWORD fileattr = GetFileAttributes(path.value().c_str()); in DirectoryExists() 748 const DWORD fileattr = ::GetFileAttributes(full_path_str); in CreateDirectoryAndGetError()
|
D | file_enumerator_win.cc | 202 DWORD attributes = GetFileAttributes(abs_path.value().c_str()); in Next()
|
D | file_util_unittest.cc | 246 DWORD attrs = GetFileAttributes(path.value().c_str()); in SetReadOnly() 262 attrs = GetFileAttributes(path.value().c_str()) & in SetReadOnly() 275 DWORD attrs = GetFileAttributes(path.value().c_str()); in IsReadOnly()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 295 if (GetFileAttributes(szTemp) == INVALID_FILE_ATTRIBUTES) in Init() 304 if (GetFileAttributes(szTemp) != INVALID_FILE_ATTRIBUTES) in Init() 314 if (GetFileAttributes(szTemp) != INVALID_FILE_ATTRIBUTES) in Init() 324 if (GetFileAttributes(szTemp) != INVALID_FILE_ATTRIBUTES) in Init() 335 if (GetFileAttributes(szTemp) != INVALID_FILE_ATTRIBUTES) in Init() 345 if (GetFileAttributes(szTemp) != INVALID_FILE_ATTRIBUTES) in Init()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_nesting_test.cc | 53 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
|
D | exception_handler_death_test.cc | 96 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
|
D | exception_handler_test.cc | 145 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | extract.c | 34 attr = GetFileAttributes(pathname); in ensure_directory()
|
/external/cronet/base/win/ |
D | windows_types.h | 363 #define GetFileAttributes GetFileAttributesW macro
|
/external/deqp/framework/delibs/deutil/ |
D | deFile.c | 220 return GetFileAttributes(filename) != INVALID_FILE_ATTRIBUTES; in deFileExists()
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 374 return ::GetFileAttributes(fs2fas(path)); in GetFileAttrib()
|
/external/libchrome/base/files/ |
D | file_util_unittest.cc | 211 DWORD attrs = GetFileAttributes(path.value().c_str()); in SetReadOnly() 224 attrs = GetFileAttributes(path.value().c_str()) & in SetReadOnly() 237 DWORD attrs = GetFileAttributes(path.value().c_str()); in IsReadOnly()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.3rc1.rst | 1320 Speed up os.path.isdir on Windows by using GetFileAttributes instead of
|
/external/pcre/src/ |
D | pcre2grep.c | 984 DWORD attr = GetFileAttributes(filename); in isdirectory()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 7887 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 7911 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 8380 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists() 8404 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9525 - Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes
|