Home | History | Annotate | Download | only in runtime

Lines Matching full:file_part

79   const char* file_part = filename;
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,