Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dutils.h148 bool IsRegFile(const char* path);
H A Dutils.cc496 bool IsRegFile(const char* path) { in IsRegFile() function
/aosp12/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc541 CHECK(utils::IsRegFile(FLAGS_apex_info_file.c_str()) || in Main()