Home
last modified time | relevance | path

Searched full:mountpath (Results 1 – 25 of 123) sorted by relevance

12345

/aosp_15_r20/system/incremental_delivery/incfs/tests/
H A Dincfs_test.cpp128 makeFile(control_, mountPath(test_file_name_), 0555, id, in testWriteBlockAndPageRead()
148 const auto file_path = mountPath(test_file_name_); in testWriteBlockAndPageRead()
161 makeFile(control_, mountPath(test_file_name_), 0555, id, in testWaitForPendingReads()
193 const auto file_path = mountPath(test_file_name_); in testWaitForPendingReads()
219 ASSERT_EQ(0, makeDir(control_, mountPath(test_dir_name_))); in TEST_F()
220 ASSERT_EQ(0, bindMount(mountPath(test_dir_name_), tmp_dir_to_bind.path)); in TEST_F()
233 makeFile(control_, mountPath(test_file_name_), 0555, fileId(1), 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()
[all …]
/aosp_15_r20/packages/modules/SdkExtensions/derive_sdk/
Dderive_sdk.cpp158 bool ReadSdkInfoFromApexes(const std::string& mountpath, in ReadSdkInfoFromApexes() argument
161 std::string path = mountpath + "/" + module_itr.first + "/etc/sdkinfo.pb"; in ReadSdkInfoFromApexes()
183 bool SetSdkLevels(const std::string& mountpath) { in SetSdkLevels() argument
185 if (!ReadDatabase(mountpath + "/com.android.sdkext/etc/extensions_db.pb", db)) { in SetSdkLevels()
191 if (!ReadSdkInfoFromApexes(mountpath, versions)) { in SetSdkLevels()
277 bool PrintDump(const std::string& mountpath, std::ostream& ostream) { in PrintDump() argument
282 if (!ReadSdkInfoFromApexes(mountpath, versions)) { in PrintDump()
298 if (!ReadDatabase(mountpath + "/com.android.sdkext/etc/extensions_db.pb", db)) { in PrintDump()
Dderive_sdk.h25 bool PrintDump(const std::string& mountpath, std::ostream&);
26 bool SetSdkLevels(const std::string& mountpath);
/aosp_15_r20/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()
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/
H A DVolumeMount.java139 * @return The mountPath.
166 * @return The bytes for mountPath.
663 * @return The mountPath.
689 * @return The bytes for mountPath.
715 * @param value The mountPath to set.
761 * @param value The bytes for mountPath to set.
H A DVolumeMountOrBuilder.java64 * @return The mountPath.
80 * @return The bytes for mountPath.
/aosp_15_r20/external/perfetto/infra/bigtrace/clickhouse/
H A Dclickhouse-deployment.yaml54 mountPath: /etc/clickhouse-server/config.d/default_config.xml
57 mountPath: /data
/aosp_15_r20/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 DPublicVolume.cpp328 auto mountPath = GetFuseMountPathForUser(started_user, stableName); in doUnmount() local
329 ForceUnmount(mountPath); in doUnmount()
330 rmdir(mountPath.c_str()); in doUnmount()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/kubernetes-manifests/
Dserver.deployment.yaml48 - mountPath: /tmp/grpc-xds/
77 - mountPath: /tmp/bootstrap/
Dclient-secure.deployment.yaml55 - mountPath: /tmp/grpc-xds/
86 - mountPath: /tmp/bootstrap/
Dclient.deployment.yaml59 - mountPath: /tmp/grpc-xds/
90 - mountPath: /tmp/bootstrap/
Dserver-secure.deployment.yaml58 - mountPath: /tmp/grpc-xds/
87 - mountPath: /tmp/bootstrap/
/aosp_15_r20/cts/tests/tests/os/src/android/os/storage/cts/
H A DStorageManagerTest.java139 final String mountPath = checkMountedPath(canonPath); in doMountAndUnmountObbNormal() local
140 final File mountDir = new File(mountPath); in doMountAndUnmountObbNormal()
1078 final String mountPath = mStorageManager.getMountedObbPath(path); in checkMountedPath() local
1081 mountPath); in checkMountedPath()
1082 return mountPath; in checkMountedPath()
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2alpha/src/main/java/com/google/cloud/functions/v2alpha/
H A DSecretVolumeOrBuilder.java39 * @return The mountPath.
55 * @return The bytes for mountPath.
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2/src/main/java/com/google/cloud/functions/v2/
H A DSecretVolumeOrBuilder.java39 * @return The mountPath.
55 * @return The bytes for mountPath.
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v2beta/src/main/java/com/google/cloud/functions/v2beta/
H A DSecretVolumeOrBuilder.java39 * @return The mountPath.
55 * @return The bytes for mountPath.
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
H A DSecretVolumeOrBuilder.java40 * @return The mountPath.
57 * @return The bytes for mountPath.
/aosp_15_r20/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.py49 self.mountPath=NFS4_PATH
62 mntpoint=self.mountPath+"/"+dir
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/
H A DVolume.java320 * @return The mountPath.
343 * @return The bytes for mountPath.
1558 * @return The mountPath.
1580 * @return The bytes for mountPath.
1602 * @param value The mountPath to set.
1640 * @param value The bytes for mountPath to set.
H A DVolumeOrBuilder.java157 * @return The mountPath.
169 * @return The bytes for mountPath.
/aosp_15_r20/external/google-cloud-java/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/
H A DVolumeOrBuilder.java199 * @return The mountPath.
211 * @return The bytes for mountPath.
H A DVolume.java383 * @return The mountPath.
406 * @return The bytes for mountPath.
1877 * @return The mountPath.
1899 * @return The bytes for mountPath.
1921 * @param value The mountPath to set.
1959 * @param value The bytes for mountPath to set.
/aosp_15_r20/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()
/aosp_15_r20/system/vold/
H A DVoldNativeService.cpp447 const std::string& mountPath, in createStubVolume() argument
454 CHECK_ARGUMENT_PATH(mountPath); in createStubVolume()
461 sourcePath, mountPath, fsType, fsUuid, fsLabel, flags, _aidl_return)); in createStubVolume()

12345