Home
last modified time | relevance | path

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

/system/server_configurable_flags/aconfigd/
Dstorage_files.cpp859 auto apply_result = ApplyLocalOverrideToBootFlagValue(); in CreateBootStorageFiles() local
863 if (!apply_result.ok()) { in CreateBootStorageFiles()
864 return base::ErrnoError() << apply_result.error() << ": " in CreateBootStorageFiles()
871 return apply_result; in CreateBootStorageFiles()