Home
last modified time | relevance | path

Searched refs:kAllocated (Results 1 – 2 of 2) sorted by relevance

/system/ulib/fs-test-utils/
A Dfixture.cpp243 if (fs_state_ == ResourceState::kAllocated) { in Mount()
259 fs_state_ = ResourceState::kAllocated; in Mount()
264 if (fs_state_ != ResourceState::kAllocated) { in Umount()
288 ramdisk_state_ = ResourceState::kAllocated; in SetUpTestCase()
306 fvm_state_ = ResourceState::kAllocated; in SetUp()
328 fs_state_ = ResourceState::kAllocated; in SetUp()
337 if (fs_state_ == ResourceState::kAllocated) { in TearDown()
346 fs_state_ == ResourceState::kAllocated) { in TearDown()
356 if (options_.use_fvm && fvm_state_ == ResourceState::kAllocated) { in TearDown()
370 if (ramdisk_state_ == ResourceState::kAllocated) { in TearDownTestCase()
/system/ulib/fs-test-utils/include/fs-test-utils/
A Dfixture.h183 kAllocated, enumerator

Completed in 5 milliseconds