Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp725 const std::string& location, bool read_write, bool is_secondary_dex) { in open_reference_profile() argument
727 return open_profile(uid, profile, read_write ? (O_CREAT | O_RDWR) : O_RDONLY); in open_reference_profile()