Home
last modified time | relevance | path

Searched refs:GetDevicePath (Results 1 – 13 of 13) sorted by relevance

/system/utest/blobfs/
A Dblobfs-test.h75 bool GetDevicePath(char* path, size_t len) const;
A Dblobfs.cpp361 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 Dbcache.h82 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len);
/system/ulib/fs/include/fs/
A Dvnode.h191 virtual zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len);
/system/ulib/minfs/
A Dbcache.cpp95 zx_status_t Bcache::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in minfs::Bcache
A Dminfs-private.h422 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) final;
A Dvnode.cpp1718 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 Dvnode.cpp113 zx_status_t Vnode::GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) { in GetDevicePath() function in fs::Vnode
A Dconnection.cpp278 .GetDevicePath = DirectoryAdminGetDevicePathOp, in ZXFIDL_OPERATION()
834 zx_status_t status = vnode_->GetDevicePath(sizeof(name), name, &actual); in DirectoryAdminGetDevicePath()
/system/ulib/blobfs/include/blobfs/
A Dvnode.h164 zx_status_t GetDevicePath(size_t buffer_len, char* out_name, size_t* out_len) final;
/system/core/devmgr/devhost/
A Drpc-server.cpp413 ops.GetDevicePath = fidl_directory_admin_get_device_path; in __anon170538310202()
/system/fidl/fuchsia-io/
A Dio.fidl397 GetDevicePath() -> (zx.status s, string:MAX_PATH? path);
/system/ulib/blobfs/
A Dvnode.cpp995 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