Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_utils.h309 inline android::base::Result<void> RestoreconPath(const std::string& path) { in RestoreconPath() function
Dapexd.cpp1612 return RestoreconPath(file_name); in EmitApexInfoList()
1937 result = RestoreconPath(to_path); in RestoreDataDirectory()
2892 auto restore = RestoreconPath(decompression_dest); in ProcessCompressedApex()
3733 if (auto status = RestoreconPath(file_name); !status.ok()) { in OnOtaChrootBootstrap()