HomeSort by relevance Sort by last modified time
    Searched defs:PrivetFileSystemAsyncUtil (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/local_discovery/storage/
privet_filesystem_async_util.h 15 class PrivetFileSystemAsyncUtil : public fileapi::AsyncFileUtil {
17 explicit PrivetFileSystemAsyncUtil(content::BrowserContext* browser_context);
18 virtual ~PrivetFileSystemAsyncUtil();
privet_filesystem_async_util.cc 13 PrivetFileSystemAsyncUtil::PrivetFileSystemAsyncUtil(
19 PrivetFileSystemAsyncUtil::~PrivetFileSystemAsyncUtil() {
25 void PrivetFileSystemAsyncUtil::CreateOrOpen(
35 void PrivetFileSystemAsyncUtil::EnsureFileExists(
43 void PrivetFileSystemAsyncUtil::CreateDirectory(
53 void PrivetFileSystemAsyncUtil::GetFileInfo(
76 void PrivetFileSystemAsyncUtil::ReadDirectory(
90 void PrivetFileSystemAsyncUtil::Touch
    [all...]

Completed in 132 milliseconds