Searched refs:out_path (Results 1 – 6 of 6) sorted by relevance
| /system/ulib/fs-management/include/fs-management/ |
| A D | ramdisk.h | 24 zx_status_t create_ramdisk(uint64_t blk_size, uint64_t blk_count, char* out_path); 29 const uint8_t* type_guid, size_t guid_len, char* out_path); 33 zx_status_t create_ramdisk_from_vmo(zx_handle_t vmo, char* out_path);
|
| A D | fvm.h | 37 zx_duration_t timeout, char* out_path);
|
| /system/ulib/fs-management/ |
| A D | ramdisk.cpp | 109 static zx_status_t finish_create(ramdisk_ioctl_config_response_t* response, char* out_path, in finish_create() argument 133 strcpy(out_path, path); in finish_create() 138 zx_status_t create_ramdisk(uint64_t blk_size, uint64_t blk_count, char* out_path) { in create_ramdisk() argument 148 return finish_create(&response, out_path, in create_ramdisk() 153 const uint8_t* type_guid, size_t guid_len, char* out_path) { in create_ramdisk_with_guid() argument 166 return finish_create(&response, out_path, in create_ramdisk_with_guid() 170 zx_status_t create_ramdisk_from_vmo(zx_handle_t vmo, char* out_path) { in create_ramdisk_from_vmo() argument 176 return finish_create(&response, out_path, in create_ramdisk_from_vmo()
|
| A D | fvm.cpp | 222 zx_duration_t timeout, char* out_path) { in open_partition() argument 228 char* out_path; in open_partition() member 235 info.out_path = out_path; in open_partition() 251 if (info->out_path) { in open_partition() 252 strcpy(info->out_path, kBlockDevPath); in open_partition() 253 strcat(info->out_path, fn); in open_partition()
|
| /system/ulib/fs/ |
| A D | vfs.cpp | 114 fbl::StringPiece path, fbl::StringPiece* out_path, uint32_t flags, in Open() argument 119 return OpenLocked(std::move(vndir), out, path, out_path, flags, mode); in Open() 123 fbl::StringPiece path, fbl::StringPiece* out_path, in OpenLocked() argument 137 *out_path = path; in OpenLocked() 182 *out_path = "."; in OpenLocked() 208 *out_path = ""; in OpenLocked() 444 fbl::StringPiece path, fbl::StringPiece* out_path) { in Walk() argument 464 *out_path = std::move(path); in Walk() 475 *out_path = std::move(path); in Walk()
|
| /system/utest/fvm-host/ |
| A D | main.cpp | 451 bool GetSparseInfo(container_t type, uint32_t* out_flags, char** out_path) { in GetSparseInfo() argument 456 *out_path = sparse_path; in GetSparseInfo() 461 *out_path = sparse_lz4_path; in GetSparseInfo() 466 *out_path = sparse_path; in GetSparseInfo()
|
Completed in 9 milliseconds