Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dbuild_info.cpp30 bool BuildInfo::ParseTargetFile(const std::string_view target_file_path, bool extracted_input) { in ParseTargetFile() argument
31 TargetFile target_file(std::string(target_file_path), extracted_input); in ParseTargetFile()
/bootable/recovery/updater/include/updater/
Dbuild_info.h53 bool ParseTargetFile(const std::string_view target_file_path, bool extracted_input);