Lines Matching defs:source_file
230 std::string source_file = source_spec.GetPath(false);
234 source_file.c_str());
236 if (strchr(source_file.c_str(), '\'') != nullptr)
248 source_file.c_str());
283 std::string source_file = src_file_spec.GetPath(false);
284 if (source_file.find('\'') != std::string::npos)
289 // Extract "zip_path" from the source_file.
291 size_t pos = source_file.find(k_zip_separator);
293 source_file.resize(pos);
305 GetRunAs().c_str(), source_file.c_str(), src_offset, src_size);