Home
last modified time | relevance | path

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

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