Home
last modified time | relevance | path

Searched refs:GetFileAttributes (Results 1 – 25 of 25) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
Dgtest-filepath.cc203 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
227 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/libaom/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc209 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/
Dgtest-filepath.cc208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/mesa3d/src/gtest/src/
Dgtest-filepath.cc208 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/
Dgtest-filepath.cc208 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
232 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/googletest/googletest/src/
Dgtest-filepath.cc209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/libvpx/third_party/googletest/src/src/
Dgtest-filepath.cc209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/cronet/third_party/googletest/src/googletest/src/
Dgtest-filepath.cc209 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
233 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/cronet/base/files/
Dfile_util_win.cc158 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()
Dfile_enumerator_win.cc202 DWORD attributes = GetFileAttributes(abs_path.value().c_str()); in Next()
Dfile_util_unittest.cc246 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/
DStackWalker.cpp295 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/
Dexception_handler_nesting_test.cc53 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
Dexception_handler_death_test.cc96 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
Dexception_handler_test.cc145 DWORD flags = GetFileAttributes(path_name); in DoesPathExist()
/external/python/cpython2/PC/bdist_wininst/
Dextract.c34 attr = GetFileAttributes(pathname); in ensure_directory()
/external/cronet/base/win/
Dwindows_types.h363 #define GetFileAttributes GetFileAttributesW macro
/external/deqp/framework/delibs/deutil/
DdeFile.c220 return GetFileAttributes(filename) != INVALID_FILE_ATTRIBUTES; in deFileExists()
/external/lzma/CPP/Windows/
DFileFind.cpp374 return ::GetFileAttributes(fs2fas(path)); in GetFileAttrib()
/external/libchrome/base/files/
Dfile_util_unittest.cc211 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/
D2.7.3rc1.rst1320 Speed up os.path.isdir on Windows by using GetFileAttributes instead of
/external/pcre/src/
Dpcre2grep.c984 DWORD attr = GetFileAttributes(filename); in isdirectory()
/external/fmtlib/test/
Dgmock-gtest-all.cc7887 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/
Dgmock-gtest-all.cc8380 const DWORD attributes = GetFileAttributes(unicode); in FileOrDirectoryExists()
8404 const DWORD attributes = GetFileAttributes(unicode); in DirectoryExists()
/external/python/cpython3/Misc/
DHISTORY9525 - Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes