Home
last modified time | relevance | path

Searched refs:mountPath (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp148 const auto file_path = mountPath(test_file_name_); in testWriteBlockAndPageRead()
193 const auto file_path = mountPath(test_file_name_); in testWaitForPendingReads()
219 ASSERT_EQ(0, makeDir(control_, mountPath(test_dir_name_))); in TEST_F()
235 const auto file_path = mountPath(test_file_name_); in TEST_F()
284 const auto dir_path = mountPath(test_dir_name_); in TEST_F()
291 const auto dir_path = mountPath(test_dir_name_); in TEST_F()
364 const auto file_path = mountPath(test_dir_name_, ".info"); in TEST_F()
1225 const auto file_path = mountPath(test_file_name_); in TEST_F()
1292 const auto file_path = mountPath(test_file_name_); in TEST_F()
1349 const auto file_path = mountPath(test_file_name_); in TEST_F()
[all …]
/aosp12/system/incremental_delivery/incfs/tests/include/
H A DIncFsTestBase.h53 checkRestoreconResult(mountPath(INCFS_PENDING_READS_FILENAME)); in SetUp()
54 checkRestoreconResult(mountPath(INCFS_LOG_FILENAME)); in SetUp()
85 std::string mountPath(Paths&&... paths) const { in mountPath() function
108 int res = makeFile(control_, mountPath(test_file_name_), 0555, fileId(id), in makeFileWithHash()
/aosp12/system/vold/model/
H A DStubVolume.cpp29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument
34 mMountPath(mountPath), in StubVolume()
H A DStubVolume.h34 StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath,
/aosp12/system/incremental_delivery/incfs/tests/util/
H A Dmap_ptr_test.cpp41 ASSERT_EQ(0, makeFile(control_, mountPath(test_file_name_), 0555, id, {.size = FILE_SIZE})); in SetUp()
67 mount_path_ = mountPath(test_file_name_); in SetUp()
/aosp12/system/vold/
H A DVolumeManager.h193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
H A DVoldNativeService.cpp443 const std::string& mountPath, in createStubVolume() argument
450 CHECK_ARGUMENT_PATH(mountPath); in createStubVolume()
457 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()
H A DVoldNativeService.h80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
H A DVolumeManager.cpp1127 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() argument
1133 new android::vold::StubVolume(stubId, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl136 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume() argument