Home
last modified time | relevance | path

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

/system/core/init/
Dpersistent_properties.cpp48 constexpr const char kLegacyPersistentPropertyDir[] = "/data/property"; variable
58 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kLegacyPersistentPropertyDir), closedir); in LoadLegacyPersistentProperties()
61 << kLegacyPersistentPropertyDir << "\""; in LoadLegacyPersistentProperties()
107 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(kLegacyPersistentPropertyDir), closedir); in RemoveLegacyPersistentPropertyFiles()
110 << kLegacyPersistentPropertyDir << "\""; in RemoveLegacyPersistentPropertyFiles()