Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc232 std::string_view sv_relative_path(instance_snapshot_dir); in CreateMetaInfo() local
234 CF_EXPECTF(android::base::ConsumePrefix(&sv_relative_path, cuttlefish_home), in CreateMetaInfo()
238 if (!sv_relative_path.empty() && sv_relative_path.at(0) == '/') { in CreateMetaInfo()
239 sv_relative_path.remove_prefix(1); in CreateMetaInfo()
242 std::string(sv_relative_path); in CreateMetaInfo()