Home
last modified time | relevance | path

Searched refs:AttachFsAtPath (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_object.h50 Error AttachFsAtPath(const ScopedFilesystem& fs, const std::string& path);
H A Dkernel_object.cc34 Error KernelObject::AttachFsAtPath(const ScopedFilesystem& fs, in AttachFsAtPath() function in nacl_io::KernelObject
H A Dkernel_proxy.cc503 error = AttachFsAtPath(fs, abs_path); in MountInternal()