OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_inode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sandbox/linux/suid/
linux_util.c
113
ino_t
fd_inode
;
local
114
if (ProcPathGetInodeAt(&
fd_inode
, proc_pid_fd, buf)) {
115
if (
fd_inode
== socket_inode) {
/external/chromium/base/
linux_util.cc
234
ino_t
fd_inode
;
local
235
if (ProcPathGetInode(&
fd_inode
, buf)) {
236
if (
fd_inode
== socket_inode) {
/external/chromium_org/base/
linux_util.cc
234
ino_t
fd_inode
= static_cast<ino_t>(-1);
local
235
if (ProcPathGetInode(&
fd_inode
, buf)) {
236
if (
fd_inode
== socket_inode) {
Completed in 53 milliseconds