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

/bionic/linker/
H A Dlinker.cpp589 int get_fd() const { function in class:LoadTask
1168 if (TEMP_FAILURE_RETRY(fstat(task->get_fd(), &file_stat)) != 0) {
1196 if (TEMP_FAILURE_RETRY(fstatfs(task->get_fd(), &fs_stat)) != 0) {

Completed in 368 milliseconds