/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_dir.h | 27 explicit MountNodeDir(Mount* mnt);
|
mount_node_pipe.cc | 22 MountNodePipe::MountNodePipe(Mount* mnt)
|
mount_stream.h | 8 #include "nacl_io/mount.h" 16 // MountStreams provides a "mount point" for stream objects which do not 23 class MountStream : public Mount { 27 explicit Work(MountStream* mount) : mount_(mount) {} 36 MountStream* mount() { return mount_; } function in class:nacl_io::MountStream::Work
|
mount_node_socket.h | 16 #include "nacl_io/mount.h" 33 explicit MountNodeSocket(Mount* mount); 34 MountNodeSocket(Mount* mount, PP_Resource socket);
|
mount_passthrough.cc | 16 explicit MountNodePassthrough(Mount* mount, int real_fd) 17 : MountNode(mount), real_fd_(real_fd) {} 115 return Mount::Init(args);
|
mount_node_http.h | 43 MountNodeHttp(Mount* mount, const std::string& url, bool cache_content);
|
mount_node_mem.cc | 26 MountNodeMem::MountNodeMem(Mount* mount) 27 : MountNode(mount) {
|
mount_fuse.cc | 36 Error error = Mount::Init(args); 207 MountNodeFuse::MountNodeFuse(Mount* mount, 211 : MountNode(mount), 277 MountNodeFuseFile::MountNodeFuseFile(Mount* mount, 281 : MountNodeFuse(mount, fuse_ops, info, path) {} 324 // (padding with zeroes) unless the direct_io mount flag is set. 346 // unless the direct_io mount flag is set. 353 MountNodeFuseDir::MountNodeFuseDir(Mount* mount [all...] |
mount_node_dir.cc | 24 MountNodeDir::MountNodeDir(Mount* mount) 25 : MountNode(mount),
|
mount_node.cc | 19 #include "nacl_io/mount.h" 28 MountNode::MountNode(Mount* mount) : mount_(mount) { 34 // Mount should normally never be NULL, but may be null in tests. 135 // This implementation just reads from the mount into the mmap'd memory area.
|
mount_node_socket.cc | 12 #include "nacl_io/mount.h" 21 MountNodeSocket::MountNodeSocket(Mount* mount) 22 : MountNodeStream(mount), 33 MountNodeSocket::MountNodeSocket(Mount* mount, PP_Resource socket) 34 : MountNodeStream(mount),
|
mount_node_tcp.cc | 39 return mount()->ppapi()->GetTCPSocketInterface(); 75 mount()->GetRunCompletion(this)); 136 mount()->GetRunCompletion(this)); 174 return mount()->ppapi()->GetTCPSocketInterface(); 191 mount()->GetRunCompletion(this)); 230 return mount()->ppapi()->GetTCPSocketInterface(); 243 mount()->GetRunCompletion(this)); 273 MountNodeTCP::MountNodeTCP(Mount* mount) 274 : MountNodeSocket(mount), [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
mount_node_mock.h | 11 #include "nacl_io/mount.h" 19 explicit MountNodeMock(nacl_io::Mount*);
|
kernel_object_test.cc | 17 #include "nacl_io/mount.h" 26 MountNodeRefMock(Mount* mnt) : MountNode(mnt) {} 29 class MountRefMock : public Mount { 76 // The mount and node should have 1 ref count at this point 80 // Pass the mount and node into a KernelHandle 84 // The mount and node should have 1 ref count at this point 91 // There should be two references to the KernelHandle, the mount and node 100 // the node and mount should be unchanged. 160 // The mount and node should have 1 ref count at this point
|
kernel_proxy_test.cc | 22 #include "nacl_io/mount.h" 44 Mount* RootMount() { 59 // Unmount the passthrough FS and mount a memfs. 61 EXPECT_EQ(0, kp_.mount("", "/", "memfs", 0, NULL)); 86 * or the mount node but directly in the FD mapping. 112 MountMem* mount = (MountMem*)kp_.RootMount(); local 115 ASSERT_EQ(0, mount->Open(Path("/"), O_RDONLY, &root)); 245 // Test that renaming across mount points fails 485 MountNodeMockMMap(Mount* mount) : MountNode(mount), node_mmap_count_(0) [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
cryptohome_library.h | 61 // mount it using |passhash| to unlock the key. 62 virtual bool Mount(const std::string& user_email, 67 // |user_email| and then mount it using |passhash| to unlock the key. 80 // Asks cryptohomed to mount a tmpfs for BWSI mode. 83 // Asks cryptohomed to asynchronously to mount a tmpfs for BWSI mode.
|
mock_cryptohome_library.h | 59 MOCK_METHOD3(Mount, bool(const std::string& user_email,
|
cryptohome_library.cc | 58 bool Mount(const std::string& user_email, 77 "Couldn't initiate async mount of cryptohome."); 87 "Couldn't initiate async mount of cryptohome."); 289 bool Mount(const std::string& user_email,
|
/external/chromium_org/chromeos/dbus/ |
fake_cros_disks_client.cc | 26 void FakeCrosDisksClient::Mount(const std::string& source_path,
|
fake_cros_disks_client.h | 24 virtual void Mount(const std::string& source_path,
|
cros_disks_client.h | 31 // Enum describing types of mount used by cros-disks. 48 // Mount error code used by cros-disks. 112 // Disk mount path. (e.g. /media/removable/VOLUME) 210 // The third argument is the mount type. 211 // The fourth argument is the mount path. 218 // A callback to handle mount events. 227 // Calls Mount method. |callback| is called after the method call succeeds, 233 // - The |mount_label| argument passes an optional mount label to be used as 234 // the directory name of the mount point. If |mount_label| is empty, the 235 // mount label will be based on the |source_path| [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
parallel_authenticator.cc | 75 // Calls cryptohome's mount method. 76 void Mount(AuthAttemptState* attempt, 102 // Calls cryptohome's mount method for guest. 226 base::Bind(&Mount, 247 base::Bind(&Mount, 286 base::Bind(&Mount, 339 base::Bind(&Mount, 471 // Now we can continue with the login and report mount success. 528 // In this case, we tried to mount a tmpfs for guest and failed. 535 // In this case, we tried to create/mount cryptohome and faile [all...] |
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_authenticator.cc | 58 // Calls cryptohome's mount method. 59 void Mount(ManagedUserAuthenticator::AuthAttempt* attempt, 112 base::Bind(&Mount, 127 base::Bind(&Mount, 200 // In this case, we tried to create/mount cryptohome and failed 260 // If we tried a mount but the user did not exist, then we should wait
|
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator_unittest.cc | 223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 285 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 313 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 446 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 461 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _)) 545 EXPECT_CALL(*mock_library_, Mount(username_, _, _))
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
file_browser_private_apitest.cc | 237 IN_PROC_BROWSER_TEST_F(FileBrowserPrivateApiTest, Mount) {
|