OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dir_fd
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/native/
java_lang_ProcessManager.cpp
55
int
dir_fd
= dirfd(d);
local
61
if (fd > STDERR_FILENO && fd !=
dir_fd
&& fd != status_pipe_fd && fd != properties_fd) {
/system/core/init/
property_service.c
440
int
dir_fd
;
local
447
dir_fd
= dirfd(dir);
456
fd = openat(
dir_fd
, entry->d_name, O_RDONLY | O_NOFOLLOW);
/external/chromium_org/base/process/
launch_posix.cc
244
const int
dir_fd
= fd_dir.fd();
local
266
if (fd ==
dir_fd
)
Completed in 159 milliseconds