Searched refs:tmp_fd (Results 1 - 1 of 1) sorted by relevance

/frameworks/webview/chromium/loader/
H A Dloader.cpp80 int tmp_fd = TEMP_FAILURE_RETRY(mkstemp(relro_tmp)); local
81 if (tmp_fd == -1) {
89 extinfo.relro_fd = tmp_fd;
91 int close_result = close(tmp_fd);

Completed in 155 milliseconds