Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddeflate_utils.cc277 auto is_regular_file = IsRegularFile(file); in PreprocessPartitionFiles() local
279 if (is_regular_file && IsSquashfsImage(part.path, file)) { in PreprocessPartitionFiles()
310 if (is_regular_file && extract_deflates && !file.is_compressed) { in PreprocessPartitionFiles()
/system/apex/apexd/
Dapex_shim.cpp139 } else if (fs::is_regular_file(status)) { in ValidateShimApex()
Dapex_file.cpp396 if (entry.is_regular_file(ec) && in FindApexFilesByName()
/system/apex/tools/
Ddeapexer.py62 def is_regular_file(self): member in ApexImageEntry