Lines Matching refs:string
25 #include <string>
45 static bool LocationToFilename(const std::string& location, InstructionSet isa,
46 std::string* filename) {
51 std::string system_filename(GetSystemImageFilename(location.c_str(), isa));
59 std::string dalvik_cache;
63 std::string cache_filename;
70 std::string error_msg;
101 std::string boot_image_option;
144 std::string error_msg;
196 virtual std::string GetUsage() const {
197 std::string usage;
227 std::string output_name_;
231 bool ParseCheckBootImage(std::string* error_msg) {
245 std::string boot_image_location = boot_image_location_;
247 if (file_name_idx == std::string::npos) { // Prevent a InsertIsaDirectory check failure.
254 if (file_name_idx != std::string::npos) {
255 std::string no_file_name = boot_image_location.substr(0, file_name_idx);
258 std::string parent_dir_name;
259 if (ancestor_dirs_idx != std::string::npos) {
274 std::string file_name;
295 std::string* error_msg ATTRIBUTE_UNUSED) {
299 virtual ParseStatus ParseChecks(std::string* error_msg ATTRIBUTE_UNUSED) {
323 std::string error_msg;