Searched refs:mountPath (Results 1 – 10 of 10) sorted by relevance
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 148 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 D | IncFsTestBase.h | 53 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 D | StubVolume.cpp | 29 StubVolume::StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument 34 mMountPath(mountPath), in StubVolume()
|
H A D | StubVolume.h | 34 StubVolume(dev_t id, const std::string& sourcePath, const std::string& mountPath,
|
/aosp12/system/incremental_delivery/incfs/tests/util/ |
H A D | map_ptr_test.cpp | 41 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 D | VolumeManager.h | 193 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
H A D | VoldNativeService.cpp | 443 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 D | VoldNativeService.h | 80 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
H A D | VolumeManager.cpp | 1127 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 D | IVold.aidl | 136 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume() argument
|