Searched defs:GetMajorVersion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc310 int GetMajorVersion(const base::FilePath& input_path) { function
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py62 def GetMajorVersion(version_string): function
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)

Completed in 82 milliseconds