OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_path
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
sd-daemon.c
141
struct stat
st_path
;
local
143
memset(&
st_path
, 0, sizeof(
st_path
));
144
if (stat(path, &
st_path
) < 0) {
153
st_path
.st_dev == st_fd.st_dev &&
154
st_path
.st_ino == st_fd.st_ino;
Completed in 312 milliseconds