HomeSort by relevance Sort by last modified time
    Searched refs:PathAndFlagsSyscall (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/services/
broker_process.h 70 int PathAndFlagsSyscall(enum IPCCommands command_type,
broker_process.cc 219 return PathAndFlagsSyscall(kCommandAccess, pathname, mode);
223 return PathAndFlagsSyscall(kCommandOpen, pathname, flags);
230 int BrokerProcess::PathAndFlagsSyscall(enum IPCCommands syscall_type,

Completed in 268 milliseconds