OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:readonly_st
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/base/memory/
shared_memory_posix.cc
364
struct stat
readonly_st
= {};
local
367
if (fstat(*readonly_fd, &
readonly_st
))
369
if (st.st_dev !=
readonly_st
.st_dev || st.st_ino !=
readonly_st
.st_ino) {
Completed in 358 milliseconds