Searched refs:json (Results 1 – 8 of 8) sorted by relevance
3 chown root system /persist/sensorcal.json4 chmod 0640 /persist/sensorcal.json10 chown root system /persist/sensorcal.json11 chmod 0640 /persist/sensorcal.json
3 chown root system /persist/sensorcal.json4 chmod 0640 /persist/sensorcal.json
59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size); in Initialize() local60 if (json == nullptr || !json->isObject()) { in Initialize()69 json_root_ = reinterpret_cast<JSONObject*>(json.get()); in Initialize()
66 sp<JSONObject> json, std::vector<uint8_t>& bytes) { in CopyInt32Array() argument68 if (json->getArray(key, &array)) { in CopyInt32Array()83 auto json = CalibrationFile::Instance()->GetJSONObject(); in GetCalibrationBytes() local88 success = CopyInt32Array(key, json, bytes); in GetCalibrationBytes()94 success = json->getFloat(key, &value); in GetCalibrationBytes()104 success = CopyInt32Array(key, json, bytes); in GetCalibrationBytes()107 success = json->getInt32(key, &value); in GetCalibrationBytes()
26 EDISON_FLASHFILES += $(EDISON_TOOLS)/FlashEdison.json \
170 /persist/sensorcal\.json u:object_r:persist_sensortool_file:s0