HomeSort by relevance Sort by last modified time
    Searched refs:GetFileAttributes (Results 1 - 25 of 38) sorted by null

1 2

  /development/host/windows/usb/api/
AdbWinApi.cpp 72 if (0xFFFFFFFF == GetFileAttributes(path_to_winusb_dll)) {
  /external/webrtc/webrtc/base/
diskcache_win32.cc 79 DWORD result = ::GetFileAttributes(ToUtf16(filename).c_str());
win32filesystem.cc 42 DWORD res = ::GetFileAttributes(path16.c_str());
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 103 GetFileAttributes,
  /external/google-breakpad/src/testing/gtest/src/
gtest-filepath.cc 205 const DWORD attributes = GetFileAttributes(unicode);
229 const DWORD attributes = GetFileAttributes(unicode);
  /external/googletest/googletest/src/
gtest-filepath.cc 212 const DWORD attributes = GetFileAttributes(unicode);
236 const DWORD attributes = GetFileAttributes(unicode);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-filepath.cc 212 const DWORD attributes = GetFileAttributes(unicode);
236 const DWORD attributes = GetFileAttributes(unicode);
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 203 const DWORD attributes = GetFileAttributes(unicode);
227 const DWORD attributes = GetFileAttributes(unicode);
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 207 const DWORD attributes = GetFileAttributes(unicode);
231 const DWORD attributes = GetFileAttributes(unicode);
  /external/protobuf/gtest/src/
gtest-filepath.cc 205 const DWORD attributes = GetFileAttributes(unicode);
229 const DWORD attributes = GetFileAttributes(unicode);
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-filepath.cc 205 const DWORD attributes = GetFileAttributes(unicode);
229 const DWORD attributes = GetFileAttributes(unicode);
  /external/v8/testing/gtest/src/
gtest-filepath.cc 212 const DWORD attributes = GetFileAttributes(unicode);
236 const DWORD attributes = GetFileAttributes(unicode);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 207 const DWORD attributes = GetFileAttributes(unicode);
231 const DWORD attributes = GetFileAttributes(unicode);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 207 const DWORD attributes = GetFileAttributes(unicode);
231 const DWORD attributes = GetFileAttributes(unicode);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-filepath.cc 207 const DWORD attributes = GetFileAttributes(unicode);
231 const DWORD attributes = GetFileAttributes(unicode);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 79 if(GetFileAttributes(ptszShort)==0xFFFFFFFF) return 0;
196 if(GetFileAttributes(ptszFile)!=0xFFFFFFFF) {
fileapi.h 115 #define GetFileAttributes __MINGW_NAME_AW(GetFileAttributes)
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_nesting_test.cc 53 DWORD flags = GetFileAttributes(path_name);
exception_handler_death_test.cc 96 DWORD flags = GetFileAttributes(path_name);
exception_handler_test.cc 145 DWORD flags = GetFileAttributes(path_name);
  /external/python/cpython2/PC/bdist_wininst/
extract.c 34 attr = GetFileAttributes(pathname);
  /external/python/cpython3/PC/bdist_wininst/
extract.c 33 attr = GetFileAttributes(pathname);
  /external/deqp/framework/delibs/deutil/
deFile.c 220 return GetFileAttributes(filename) != INVALID_FILE_ATTRIBUTES;
  /external/lzma/CPP/Windows/
FileFind.cpp 353 WinXP-64 GetFileAttributes():
366 GetFileAttributes for a network share, the function fails, and GetLastError
374 return ::GetFileAttributes(fs2fas(path));
  /prebuilts/go/darwin-x86/src/os/
file_windows.go 280 a, e2 := syscall.GetFileAttributes(p)

Completed in 1604 milliseconds

1 2