Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp282 std::string error_msg; in PatchoatBootImage() local
283 bool result = Exec(cmd, &error_msg); in PatchoatBootImage()
285 LOG(ERROR) << "Could not generate boot image: " << error_msg; in PatchoatBootImage()
347 std::string error_msg; in Dex2oatBootImage() local
348 bool result = Exec(cmd, &error_msg); in Dex2oatBootImage()
350 LOG(ERROR) << "Could not generate boot image: " << error_msg; in Dex2oatBootImage()
378 bool Exec(const std::vector<std::string>& arg_vector, std::string* error_msg) { in Exec() argument
409 *error_msg = StringPrintf("Failed to execv(%s) because fork failed: %s", in Exec()
418 *error_msg = StringPrintf("Failed after fork for execv(%s) because waitpid failed: " in Exec()
424 *error_msg = StringPrintf("Failed execv(%s) because non-0 exit status", in Exec()