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

/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc137 uint32 VfsBackend::GetFileAttributes(const base::FilePath& file_path) { function in class:storage::VfsBackend
139 uint32 attributes = ::GetFileAttributes(file_path.value().c_str());

Completed in 114 milliseconds