Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp1177 constexpr static const char kPropertyInfosPath[] = "/dev/__properties__/property_info"; in CreateSerializedPropertyInfo() local
1178 if (!WriteStringToFile(serialized_contexts, kPropertyInfosPath, 0444, 0, 0, false)) { in CreateSerializedPropertyInfo()
1181 selinux_android_restorecon(kPropertyInfosPath, 0); in CreateSerializedPropertyInfo()