Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Destimate_cow_from_nonab_ota.cpp212 : ota_tf_path_(ota_tf_path), source_tf_path_(source_tf_path) {} in NonAbEstimator()
222 std::string source_tf_path_; member in android::snapshot::NonAbEstimator
255 if (!source_tf_path_.empty()) { in OpenPackages()
256 source_tf_ = std::make_unique<TargetFilesPackage>(source_tf_path_); in OpenPackages()