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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_object.h 57 Error AcquireFsAndRelPath(const std::string& path,
kernel_object.cc 66 Error KernelObject::AcquireFsAndRelPath(const std::string& path,
101 Error error = AcquireFsAndRelPath(path, out_fs, &rel_parts);
kernel_proxy.cc 169 Error error = AcquireFsAndRelPath(path, &fs, &rel);
350 Error error = AcquireFsAndRelPath(path, &fs, &rel);
369 Error error = AcquireFsAndRelPath(path, &fs, &rel);
684 Error error = AcquireFsAndRelPath(path, &fs, &rel);
716 Error error = AcquireFsAndRelPath(path, &fs, &rel);
724 error = AcquireFsAndRelPath(newpath, &newfs, &newrel);
753 Error error = AcquireFsAndRelPath(path, &fs, &rel);
828 Error error = AcquireFsAndRelPath(path, &fs, &rel);
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 48 AcquireFsAndRelPath("/", &fs, &path);

Completed in 42 milliseconds