Searched refs:GetDevicePath (Results 1 – 13 of 13) sorted by relevance
| /system/utest/blobfs/ |
| A D | blobfs-test.h | 75 bool GetDevicePath(char* path, size_t len) const;
|
| A D | blobfs.cpp | 361 bool BlobfsTest::GetDevicePath(char* path, size_t len) const { in GetDevicePath() function in __anon05dd76930111::BlobfsTest 1012 ASSERT_TRUE(blobfsTest->GetDevicePath(device_path, PATH_MAX)); in TestDiskTooSmall() 2244 ASSERT_TRUE(blobfsTest->GetDevicePath(actual_path, PATH_MAX)); in QueryDevicePath() 2341 ASSERT_TRUE(blobfsTest->GetDevicePath(device_path, PATH_MAX)); in CorruptAtMount()
|
| /system/ulib/minfs/include/minfs/ |
| A D | bcache.h | 82 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len);
|
| /system/ulib/fs/include/fs/ |
| A D | vnode.h | 191 virtual zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len);
|
| /system/ulib/minfs/ |
| A D | bcache.cpp | 95 zx_status_t Bcache::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in minfs::Bcache
|
| A D | minfs-private.h | 422 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) final;
|
| A D | vnode.cpp | 1718 zx_status_t VnodeMinfs::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in minfs::VnodeMinfs 1719 return fs_->bc_->GetDevicePath(buffer_len, out_name, out_len); in GetDevicePath()
|
| /system/ulib/fs/ |
| A D | vnode.cpp | 113 zx_status_t Vnode::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in fs::Vnode
|
| A D | connection.cpp | 278 .GetDevicePath = DirectoryAdminGetDevicePathOp, in ZXFIDL_OPERATION() 834 zx_status_t status = vnode_->GetDevicePath(sizeof(name), name, &actual); in DirectoryAdminGetDevicePath()
|
| /system/ulib/blobfs/include/blobfs/ |
| A D | vnode.h | 164 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) final;
|
| /system/core/devmgr/devhost/ |
| A D | rpc-server.cpp | 413 ops.GetDevicePath = fidl_directory_admin_get_device_path; in __anon170538310202()
|
| /system/fidl/fuchsia-io/ |
| A D | io.fidl | 397 GetDevicePath() -> (zx.status s, string:MAX_PATH? path);
|
| /system/ulib/blobfs/ |
| A D | vnode.cpp | 995 zx_status_t VnodeBlob::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in blobfs::VnodeBlob
|
Completed in 37 milliseconds