Searched refs:PathAndFlagsSyscall (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.h70 int PathAndFlagsSyscall(enum IPCCommands command_type,
H A Dbroker_process.cc219 return PathAndFlagsSyscall(kCommandAccess, pathname, mode);
223 return PathAndFlagsSyscall(kCommandOpen, pathname, flags);
230 int BrokerProcess::PathAndFlagsSyscall(enum IPCCommands syscall_type, function in class:sandbox::BrokerProcess

Completed in 95 milliseconds