Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp1289 auto existing_file_size = GetFileSize(existing_file_path); in ContributeToSharedLibs() local
1290 if (!existing_file_size.ok()) { in ContributeToSharedLibs()
1291 return existing_file_size.error(); in ContributeToSharedLibs()
1301 if (*existing_file_size != *new_file_size) { in ContributeToSharedLibs()