OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_num
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/services/
credentials.cc
192
int
fd_num
;
local
193
CHECK(base::StringToInt(e.d_name, &
fd_num
));
194
if (
fd_num
== proc_fd ||
fd_num
== proc_self_fd) {
/device/generic/goldfish/camera/
EmulatedCameraDevice.cpp
352
const int
fd_num
= (fd >= 0) ? max(fd, mControlFD) + 1 :
local
364
int res = TEMP_FAILURE_RETRY(select(
fd_num
, fds, NULL, NULL, tvp));
Completed in 148 milliseconds