Home | History | Annotate | Download | only in nacl_io

Lines Matching refs:KernelObject

27 KernelObject::KernelObject() {
31 KernelObject::~KernelObject() {};
33 Error KernelObject::AttachFsAtPath(const ScopedFilesystem& fs,
45 Error KernelObject::DetachFsAtPath(const std::string& path,
66 Error KernelObject::AcquireFsAndRelPath(const std::string& path,
94 Error KernelObject::AcquireFsAndNode(const std::string& path,
112 Path KernelObject::GetAbsParts(const std::string& path) {
126 std::string KernelObject::GetCWD() {
133 Error KernelObject::SetCWD(const std::string& path) {
151 Error KernelObject::GetFDFlags(int fd, int* out_flags) {
160 Error KernelObject::SetFDFlags(int fd, int flags) {
173 Error KernelObject::AcquireHandle(int fd, ScopedKernelHandle* out_handle) {
188 Error KernelObject::AcquireHandleAndPath(int fd,
206 int KernelObject::AllocateFD(const ScopedKernelHandle& handle,
229 void KernelObject::FreeAndReassignFD(int fd,
246 void KernelObject::FreeFD(int fd) {