Searched defs:GetFileAttributes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/win/toolchain/
H A Dget_toolchain_if_necessary.py16 GetFileAttributes = ctypes.windll.kernel32.GetFileAttributesW variable
17 GetFileAttributes.argtypes = (ctypes.wintypes.LPWSTR,)
18 GetFileAttributes.restype = ctypes.wintypes.DWORD
26 p = GetFileAttributes(file_path)
/external/chromium_org/webkit/browser/database/
H A Dvfs_backend.cc146 uint32 VfsBackend::GetFileAttributes(const base::FilePath& file_path) { function in class:webkit_database::VfsBackend
148 uint32 attributes = ::GetFileAttributes(file_path.value().c_str());

Completed in 120 milliseconds