Home
last modified time | relevance | path

Searched defs:snapshot_path (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc196 const std::string snapshot_path = meta_json[kSnapshotPathField].asString(); in InstanceGuestSnapshotPath() local
210 const std::string& snapshot_path) { in CreateMetaInfo()
252 std::string SnapshotMetaJsonPath(const std::string& snapshot_path) { in SnapshotMetaJsonPath()
256 Result<Json::Value> LoadMetaJson(const std::string& snapshot_path) { in LoadMetaJson()
263 const std::string& snapshot_path) { in GuestSnapshotDirectories()
/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc210 const auto snapshot_path = FLAGS_snapshot_path; in PreservingOnResume() local
334 const std::string snapshot_path = FLAGS_snapshot_path; in InitFilesystemAndCreateConfig() local
528 const std::string& snapshot_path) { in VerifyConditionsOnSnapshotRestore()
Dflags.cc1004 const std::string snapshot_path = FLAGS_snapshot_path; in InitializeCuttlefishConfiguration() local
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/proto/google/cloud/orchestration/airflow/service/v1/
H A Denvironments.proto327 string snapshot_path = 1; field
338 string snapshot_path = 2; field
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/proto/google/cloud/orchestration/airflow/service/v1beta1/
H A Denvironments.proto430 string snapshot_path = 1; field
441 string snapshot_path = 2; field
/aosp_15_r20/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dsnapshot_taker.cc49 const std::string snapshot_path = CF_EXPECT(EmulateAbsolutePath(InputPathForm{ in HandleHostGroupSnapshot() local
Dparse.h43 std::string snapshot_path; member
Dmain.cc40 Result<std::string> ToAbsolutePath(const std::string& snapshot_path) { in ToAbsolutePath()
Dparse.cc117 std::string snapshot_path; in Parse() local
/aosp_15_r20/device/google/cuttlefish/host/libs/command_util/runner/
Drun_cvd.proto37 string snapshot_path = 1; field
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp537 std::string CuttlefishConfig::snapshot_path() const { in snapshot_path() function in cuttlefish::CuttlefishConfig
540 void CuttlefishConfig::set_snapshot_path(const std::string& snapshot_path) { in set_snapshot_path()
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1/
H A Denvironments.proto932 string snapshot_path = 1; field
943 string snapshot_path = 2; field
/aosp_15_r20/external/googleapis/google/cloud/orchestration/airflow/service/v1beta1/
H A Denvironments.proto989 string snapshot_path = 1; field
1000 string snapshot_path = 2; field
/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc884 std::string snapshot_path = path + ".0"; in TEST_F() local
956 std::string snapshot_path = path + ".0"; in TEST_F() local
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dcmdline.rs747 pub snapshot_path: PathBuf, field
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp3822 std::string* snapshot_path) { in MapUpdateSnapshot()