Home
last modified time | relevance | path

Searched refs:root_ (Results 1 – 9 of 9) sorted by relevance

/system/utest/fuzz-utils/
A Dfixture.cpp45 return root_; in path()
56 buffer.Append(root_); in path()
72 root_ = fbl::StringPrintf("/tmp/path-unit-test-%" PRIu64 "/", randnum); in Create()
156 if (!root_.empty()) { in Reset()
157 RemoveDirectory(root_); in Reset()
159 root_.clear(); in Reset()
A Dfixture.h58 fbl::String root_; variable
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dintrusive_wavl_tree_checker.h52 ASSERT_NULL(tree.root_, ""); in SanityCheck()
60 ASSERT_NONNULL(tree.root_, ""); in SanityCheck()
61 ASSERT_FALSE(is_sentinel_ptr(tree.root_), ""); in SanityCheck()
86 RawPtrType node = tree.root_; in SanityCheck()
/system/ulib/fs-management/
A Dmount.cpp82 zx_handle_t root_ = ZX_HANDLE_INVALID; member in __anonbdb8be300111::Mounter
94 zx_status_t status = zx_channel_create(0, &mountee_handle, &root_); in PrepareHandles()
108 zx_handle_close(root_); in PrepareHandles()
118 fbl::MakeAutoCall([this, options]() { UnmountHandle(root_, options.wait_until_ready); }); in MakeDirAndMount()
147 caller.borrow_channel(), root_, name, strlen(name), flags_, &status); in MakeDirAndMount()
158 fbl::MakeAutoCall([this, options]() { UnmountHandle(root_, options.wait_until_ready); }); in LaunchAndMount()
168 status = zx_object_wait_one(root_, ZX_USER_SIGNAL_0 | ZX_CHANNEL_PEER_CLOSED, in LaunchAndMount()
181 return MountFs(fd_, root_); in LaunchAndMount()
/system/core/bootsvc/
A Dbootfs-service.cpp28 zx_status_t status = memfs::CreateFilesystem("<root>", &svc->vfs_, &svc->root_); in Create()
63 auto conn = fbl::make_unique<fs::Connection>(&vfs_, root_, std::move(local), in CreateRootConnection()
76 zx_status_t status = vfs_.Open(root_, &node, path, &path_out, in Open()
123 ZX_ASSERT(root_ != nullptr); in PublishUnownedVmo()
124 fbl::RefPtr<memfs::VnodeDir> vnb(root_); in PublishUnownedVmo()
A Dbootfs-service.h52 fbl::RefPtr<memfs::VnodeDir> root_; variable
/system/ulib/fbl/include/fbl/
A Dintrusive_wavl_tree.h307 RawPtrType node = root_;
398 RawPtrType* link_ptr = &root_;
419 if (link_ptr == &root_)
450 root_ = nullptr;
458 internal::Swap(root_, other.root_);
700 if (root_ == nullptr) {
721 RawPtrType parent = root_;
1015 RawPtrType node = root_;
1227 if (root_) {
1262 return root_;
[all …]
/system/ulib/fuzz-utils/include/fuzz-utils/
A Dfuzzer.h46 void set_root(const fbl::String& root) { root_.Set(root); } in set_root()
128 fbl::String root_; variable
/system/ulib/fuzz-utils/
A Dfuzzer.cpp98 root_.clear(); in Reset()
192 if (!root_.empty() && (rc = out->Push(root_)) != ZX_OK) { in RebasePath()
193 fprintf(err_, "failed to move to '%s': %s\n", root_.c_str(), zx_status_get_string(rc)); in RebasePath()

Completed in 19 milliseconds