Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2617 auto ota_path_exists = PathExists(ota_apex_path); in ProcessCompressedApex() local
2618 if (ota_path_exists.ok() && *ota_path_exists) { in ProcessCompressedApex()