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

  /external/libtextclassifier/common/memory_image/
memory-image-common.cc 23 // update kCurrentVersion, *not* this signature.
26 const int MemoryImageConstants::kCurrentVersion = 1;
memory-image-common.h 34 static const int kCurrentVersion;
  /external/v8/src/parsing/
preparse-data-format.h 17 static const unsigned kCurrentVersion = 14;
  /system/vold/
KeyStorage.cpp 67 static const char* kCurrentVersion = "1";
432 if (!writeStringToFile(kCurrentVersion, dir + "/" + kFn_version)) return false;
486 if (version != kCurrentVersion) {
487 LOG(ERROR) << "Version mismatch, expected " << kCurrentVersion << " got " << version;

Completed in 186 milliseconds