Searched refs:mountPath (Results 1 – 8 of 8) sorted by relevance
/system/incremental_delivery/incfs/tests/ |
D | incfs_test.cpp | 67 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/ |
D | StubVolume.cpp | 27 StubVolume::StubVolume(int id, const std::string& sourcePath, const std::string& mountPath, in StubVolume() argument 32 mMountPath(mountPath), in StubVolume()
|
D | StubVolume.h | 34 StubVolume(int id, const std::string& sourcePath, const std::string& mountPath,
|
/system/vold/ |
D | VolumeManager.h | 125 int createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
D | VoldNativeService.cpp | 398 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()
|
D | VolumeManager.cpp | 716 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()
|
D | VoldNativeService.h | 72 binder::Status createStubVolume(const std::string& sourcePath, const std::string& mountPath,
|
/system/vold/binder/android/os/ |
D | IVold.aidl | 125 @utf8InCpp String mountPath, @utf8InCpp String fsType, in createStubVolume() argument
|