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

  /external/chromium/base/
platform_file.h 34 PLATFORM_FILE_OPEN_ALWAYS = 4, // May create a new file.
99 // Creates or opens the given file. If PLATFORM_FILE_OPEN_ALWAYS is used, and
  /external/chromium_org/base/
platform_file.h 31 PLATFORM_FILE_OPEN_ALWAYS = 1 << 2, // May create a new file.

Completed in 55 milliseconds