Home | History | Annotate | Download | only in quipper

Lines Matching refs:string

13 #include "compat/string.h"
24 string name;
25 string build_id;
40 bool ReadElfBuildId(const string& filename, string* buildid);
41 bool ReadElfBuildId(int fd, string* buildid);
45 bool ReadModuleBuildId(const string& module_name, string* buildid);
47 bool ReadBuildIdNote(DataReader* data, string* buildid);
51 bool IsKernelNonModuleName(string name);