Home
last modified time | relevance | path

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

/ohos5.0/build/config/mac/
H A Dmac_sdk.gni15 # Must be of the form x.x.x for Info.plist files.
18 # The value of the LSMinimumSystemVersion in Info.plist files. This partially
20 # affecting the Info.plist. This may differ from mac_deployment_target when
23 # Must be of the form x.x.x for Info.plist files.
/ohos5.0/base/update/updater/services/fs_manager/
H A Dcmp_partition.cpp22 static PartitionChangeType ComparePartition(const PartitonList &plist, struct Partition &newp) in ComparePartition() argument
26 for (auto& p : plist) { in ComparePartition()
H A Dpartitions.cpp432 int GetPartitionNumByPartName(const std::string &partname, const PartitonList &plist) in GetPartitionNumByPartName() argument
435 for (const auto &p : plist) { in GetPartitionNumByPartName()
/ohos5.0/base/update/updater/services/include/fs_manager/
H A Dpartitions.h112 extern int GetPartitionNumByPartName(const std::string &partname, const PartitonList &plist);