Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/tests/
Dincfs_test.cpp67 checkRestoreconResult(mountPath(INCFS_PENDING_READS_FILENAME)); in SetUp()
68 checkRestoreconResult(mountPath(INCFS_LOG_FILENAME)); in SetUp()
88 std::string mountPath(Paths&&... paths) const { in mountPath() function in IncFsTest
122 int res = makeFile(control_, mountPath(test_file_name_), 0555, fileId(id), in makeFileWithHash()
214 ASSERT_EQ(0, makeDir(control_, mountPath(test_dir_name_))); in TEST_F()
215 ASSERT_EQ(0, bindMount(mountPath(test_dir_name_), tmp_dir_to_bind.path)); in TEST_F()
259 const auto dir_path = mountPath(test_dir_name_); in TEST_F()
266 const auto dir_path = mountPath(test_dir_name_); in TEST_F()
280 ASSERT_EQ(0, makeDir(control_, mountPath(test_dir_name_))); in TEST_F()
281 ASSERT_EQ(0, bindMount(mountPath(test_dir_name_), tmp_dir_to_bind.path)); in TEST_F()
[all …]
/system/vold/model/
DStubVolume.cpp27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument
32 mMountPath(mountPath), in StubVolume()
DStubVolume.h34 StubVolume(int id, const std::string& sourcePath, const std::string& mountPath,
/system/vold/
DVolumeManager.h125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
DVoldNativeService.cpp398 const std::string& sourcePath, const std::string& mountPath, const std::string& fsType, in createStubVolume() argument
402 CHECK_ARGUMENT_PATH(mountPath); in createStubVolume()
408 return translate(VolumeManager::Instance()->createStubVolume(sourcePath, mountPath, fsType, in createStubVolume()
DVolumeManager.cpp716 int VolumeManager::createStubVolume(const std::string& sourcePath, const std::string& mountPath, in createStubVolume() argument
721 new android::vold::StubVolume(id, sourcePath, mountPath, fsType, fsUuid, fsLabel)); in createStubVolume()
DVoldNativeService.h72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
/system/vold/binder/android/os/
DIVold.aidl125 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume() argument