Lines Matching refs:StringPrintf

63     *error_msg = StringPrintf("Unable to open '%s' : %s", filename, strerror(errno));  in OpenAndReadMagic()
68 *error_msg = StringPrintf("Failed to find magic in '%s'", filename); in OpenAndReadMagic()
72 *error_msg = StringPrintf("Failed to seek to beginning of file '%s' : %s", filename, in OpenAndReadMagic()
104 *error_msg = StringPrintf("Failed to open zip archive '%s' (error msg: %s)", file_part, in GetChecksum()
110 *error_msg = StringPrintf("Zip archive '%s' doesn't contain %s (error msg: %s)", file_part, in GetChecksum()
126 *error_msg = StringPrintf("Expected valid zip or dex file: '%s'", filename); in GetChecksum()
152 *error_msg = StringPrintf("Expected valid zip or dex file: '%s'", filename); in Open()
220 *error_msg = StringPrintf("DexFile: fstat '%s' failed: %s", location, strerror(errno)); in OpenFile()
224 *error_msg = StringPrintf("Attempt to mmap directory '%s'", location); in OpenFile()
236 *error_msg = StringPrintf( in OpenFile()
246 *error_msg = StringPrintf("Failed to open dex file '%s' from memory: %s", location, in OpenFile()
296 *error_msg = StringPrintf("Failed to extract '%s' from '%s': %s", entry_name, location.c_str(), in Open()
304 *error_msg = StringPrintf("Failed to open dex file '%s' from memory: %s", location.c_str(), in Open()
310 *error_msg = StringPrintf("Failed to make dex file '%s' read only", location.c_str()); in Open()
1019 return StringPrintf("classes%zu.dex", index + 1); in GetMultiDexClassesDexName()
1027 return StringPrintf("%s" kMultiDexSeparatorString "classes%zu.dex", dex_location, index + 1); in GetMultiDexLocation()
1047 os << StringPrintf("[DexFile: %s dex-checksum=%08x location-checksum=%08x %p-%p]", in operator <<()