Searched refs:file_part (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file.cc79 const char* file_part = filename; local
84 file_part = file_part_storage.c_str();
89 ScopedFd fd(OpenAndReadMagic(file_part, &magic, error_msg));
97 *error_msg = StringPrintf("Failed to open zip archive '%s'", file_part);
102 *error_msg = StringPrintf("Zip archive '%s' doesn't contain %s (error msg: %s)", file_part,

Completed in 1945 milliseconds