Home | History | Annotate | Download | only in driver

Lines Matching refs:current_path

853   string current_path(parent_path);
854 if (current_path.length() > 0) {
855 current_path += ".";
857 current_path += message.name();
859 string current_path_printable(current_path);
863 out << "if (func_msg->parent_path() == \"" << current_path << "\") {"
872 GenerateSubStructFuzzFunctionCall(out, sub_struct, current_path);
879 string current_path(parent_path);
880 if (current_path.length() > 0) {
881 current_path += ".";
883 current_path += message.name();
885 string current_path_printable(current_path);
889 out << "if (func_msg->parent_path() == \"" << current_path << "\") {"
898 GenerateSubStructGetAttributeFunctionCall(out, sub_struct, current_path);