Home
last modified time | relevance | path

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

/system/core/init/
Dpersistent_properties.cpp47 constexpr const char kLegacyPersistentPropertyDir[] = "/data/property"; variable
57 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kLegacyPersistentPropertyDir), closedir); in LoadLegacyPersistentProperties()
60 << kLegacyPersistentPropertyDir << "\""; in LoadLegacyPersistentProperties()
106 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kLegacyPersistentPropertyDir), closedir); in RemoveLegacyPersistentPropertyFiles()
109 << kLegacyPersistentPropertyDir << "\""; in RemoveLegacyPersistentPropertyFiles()