Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp838 unique_fd&& apk_fd, in SetupCopyAndUpdate() argument
843 apk_fds_.push_back(std::move(apk_fd)); in SetupCopyAndUpdate()
1020 unique_fd apk_fd(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)); in dump_profiles() local
1021 if (apk_fd == -1) { in dump_profiles()
1026 apk_fds.push_back(std::move(apk_fd)); in dump_profiles()
3001 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW))); in prepare_app_profile() local
3002 if (apk_fd < 0) { in prepare_app_profile()
3010 std::move(apk_fd), in prepare_app_profile()