HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_ASYNC (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/files/
file_win.cc 72 if (flags & FLAG_ASYNC)
88 async_ = ((flags & FLAG_ASYNC) == FLAG_ASYNC);
file.h 68 FLAG_ASYNC = 1 << 10,
file_posix.cc 128 DCHECK(!(flags & FLAG_ASYNC));

Completed in 31 milliseconds