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

  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 310 int GetMajorVersion(const base::FilePath& input_path) {
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 62 def GetMajorVersion(version_string):
66 GetMajorVersion("trunk.123456") => "trunk"
67 GetMajorVersion("18.0.1025.163") => 18
651 stable_major_versions = [GetMajorVersion(version) for _, version, channel, _
691 major_version = GetMajorVersion(version)
    [all...]

Completed in 255 milliseconds