Home
last modified time | relevance | path

Searched refs:postinstallPath (Results 1 – 1 of 1) sorted by relevance

/development/tools/ota_analysis/src/services/
Dupdate_metadata_pb.js2249 PartitionUpdate.prototype.postinstallPath = ""; method in PartitionUpdate
2406 … if (message.postinstallPath != null && Object.hasOwnProperty.call(message, "postinstallPath"))
2407 writer.uint32(/* id 3, wireType 2 =*/26).string(message.postinstallPath);
2484 message.postinstallPath = reader.string();
2582 if (message.postinstallPath != null && message.hasOwnProperty("postinstallPath"))
2583 if (!$util.isString(message.postinstallPath))
2682 if (object.postinstallPath != null)
2683 message.postinstallPath = String(object.postinstallPath);
2792 object.postinstallPath = "";
2821 if (message.postinstallPath != null && message.hasOwnProperty("postinstallPath"))
[all …]