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

  /art/runtime/
image.cc 156 switch (storage_mode_) {
175 *error_msg = (std::ostringstream() << "Invalid image format " << storage_mode_).str();
image.h 93 : storage_mode_(storage_mode),
102 return storage_mode_;
115 StorageMode storage_mode_ = kDefaultStorageMode; variable

Completed in 169 milliseconds