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

  /external/v8/src/parsing/
preparse-data-format.h 17 static const unsigned kCurrentVersion = 11;
preparse-data.cc 20 PreparseDataConstants::kCurrentVersion;
parser.cc 127 if (Version() != PreparseDataConstants::kCurrentVersion) return false;
    [all...]
  /system/vold/
KeyStorage.cpp 61 static const char* kCurrentVersion = "1";
251 if (!writeStringToFile(kCurrentVersion, dir + "/" + kFn_version)) return false;
285 if (version != kCurrentVersion) {
286 LOG(ERROR) << "Version mismatch, expected " << kCurrentVersion << " got " << version;

Completed in 132 milliseconds