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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.cc 27 KernelObject::KernelObject() {
31 KernelObject::~KernelObject() {};
33 Error KernelObject::AttachMountAtPath(const ScopedMount& mnt,
45 Error KernelObject::DetachMountAtPath(const std::string& path) {
63 Error KernelObject::AcquireMountAndRelPath(const std::string& path,
91 Error KernelObject::AcquireMountAndNode(const std::string& path,
109 Path KernelObject::GetAbsParts(const std::string& path) {
123 std::string KernelObject::GetCWD()
    [all...]
kernel_object.h 25 // KernelObject provides basic functionality for threadsafe access to kernel
30 class KernelObject {
42 KernelObject();
43 virtual ~KernelObject();
106 DISALLOW_COPY_AND_ASSIGN(KernelObject);

Completed in 107 milliseconds