Searched refs:overlay_path_ (Results 1 – 2 of 2) sorted by relevance
122 overlay_path_ = std::move(overlay_path); in OverlayPath()126 overlay_path_ = std::move(overlay_path); in OverlayPath()223 CF_EXPECT(!overlay_path_.empty(), "Overlay path missing"); in BuildOverlayIfNecessary()224 auto overlay_mod_time = FileModificationTime(overlay_path_); in BuildOverlayIfNecessary()241 CreateQcowOverlay(crosvm_path_, composite_disk_path_, overlay_path_); in BuildOverlayIfNecessary()
77 std::string overlay_path_; variable