Searched refs:plist (Results 1 – 4 of 4) sorted by relevance
15 # Must be of the form x.x.x for Info.plist files.18 # The value of the LSMinimumSystemVersion in Info.plist files. This partially20 # affecting the Info.plist. This may differ from mac_deployment_target when23 # Must be of the form x.x.x for Info.plist files.
22 static PartitionChangeType ComparePartition(const PartitonList &plist, struct Partition &newp) in ComparePartition() argument26 for (auto& p : plist) { in ComparePartition()
432 int GetPartitionNumByPartName(const std::string &partname, const PartitonList &plist) in GetPartitionNumByPartName() argument435 for (const auto &p : plist) { in GetPartitionNumByPartName()
112 extern int GetPartitionNumByPartName(const std::string &partname, const PartitonList &plist);