Home | History | Annotate | Download | only in installd

Lines Matching refs:TEMP_FAILURE_RETRY

622     unique_fd fd(TEMP_FAILURE_RETRY(open(profile.c_str(), flags, 0600)));
651 fd.reset(TEMP_FAILURE_RETRY(open(profile.c_str(), flags)));
2060 dex_metadata_fd.reset(TEMP_FAILURE_RETRY(open(dex_metadata_path, O_RDONLY | O_NOFOLLOW)));
2321 unique_fd fd(TEMP_FAILURE_RETRY(open(dex_path.c_str(), O_RDONLY | O_CLOEXEC | O_NOFOLLOW)));
2336 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer.data(), buffer.size()));
2625 unique_fd fd(TEMP_FAILURE_RETRY(open(elem.c_str(), O_RDONLY)));
2796 unique_fd dex_metadata_fd(TEMP_FAILURE_RETRY(
2798 unique_fd apk_fd(TEMP_FAILURE_RETRY(open(code_path.c_str(), O_RDONLY | O_NOFOLLOW)));