Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.h96 bool copy_system_profile(const std::string& system_profile,
Ddexopt.cpp738 bool copy_system_profile(const std::string& system_profile, in copy_system_profile() argument
740 unique_fd in_fd(open(system_profile.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in copy_system_profile()
747 PLOG(WARNING) << "Could not open profile " << system_profile; in copy_system_profile()