Searched refs:open_profile (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/cmds/installd/
H A Ddexopt.cpp545 static unique_fd open_profile(int uid, const std::string& profile, bool read_write) { function in namespace:android::installd
580 return open_profile(uid, profile, /*read_write*/false);
586 return open_profile(uid, profile, read_write);

Completed in 49 milliseconds