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

  /device/samsung/tuna/reflash-bootloader/
reflash-bootloader.c 107 char msv[9]; local
114 read_file("/sys/board_properties/soc/msv", msv, sizeof(msv));
116 msv_val = strtoul(msv, NULL, 16);
124 error("unknown omap type %s %s %s (0x%08lx)", family, type, msv, msv_val);
  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 46 private static final String FILENAME_MSV = "/sys/board_properties/soc/msv";
227 * Returns " (ENGINEERING)" if the msv file has a zero value, else returns "".
234 String msv = readLine(FILENAME_MSV); local
236 if (Long.parseLong(msv, 16) == 0) {

Completed in 784 milliseconds