Searched refs:out_err (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/cmds/idmap2/self_targeting/ |
D | SelfTargeting.cpp | 131 CreateIdmapFile(std::string& out_err, const std::string& targetPath, const std::string& overlayPath, in CreateIdmapFile() argument 143 out_err = base::StringPrintf("Failed to load target %s because of %s", targetPath.c_str(), in CreateIdmapFile() 150 out_err = base::StringPrintf("Failed to load overlay %s because of %s", overlayPath.c_str(), in CreateIdmapFile() 162 out_err = base::StringPrintf("Failed to create idmap because of %s", in CreateIdmapFile() 169 out_err = base::StringPrintf("Failed to create idmap %s because of %s", idmapPath.c_str(), in CreateIdmapFile() 179 out_err = base::StringPrintf("Failed to write idmap %s because of %s", idmapPath.c_str(), in CreateIdmapFile() 184 out_err = base::StringPrintf("Failed to change the file permission %s", idmapPath.c_str()); in CreateIdmapFile() 191 GetFabricatedOverlayInfo(std::string& out_err, const std::string& overlay_path, in GetFabricatedOverlayInfo() argument 195 out_err = base::StringPrintf("Failed to write idmap %s because of %s", in GetFabricatedOverlayInfo()
|
/frameworks/base/libs/androidfw/ |
D | NinePatch.cpp | 92 std::string* out_err) { in FillRanges() argument 99 *out_err = "found an invalid color"; in FillRanges() 224 int32_t* layout_end, StringPiece edge_name, std::string* out_err) { in PopulateBounds() argument 228 *out_err = err_stream.str(); in PopulateBounds() 248 *out_err = err_stream.str(); in PopulateBounds() 262 *out_err = err_stream.str(); in PopulateBounds() 272 *out_err = err_stream.str(); in PopulateBounds() 455 const int32_t height, std::string* out_err) { in Create() argument 457 *out_err = "image must be at least 3x3 (1x1 image with 1 pixel border)"; in Create() 473 *out_err = "top-left corner pixel must be either opaque white or transparent"; in Create() [all …]
|