Lines Matching refs:string
30 #include <string>
39 std::vector<int> GetCpusFromString(const std::string& s);
42 std::string name;
45 std::string filepath;
54 std::string name;
63 bool GetModuleBuildId(const std::string& module_name, BuildId* build_id);
69 bool GetThreadName(pid_t tid, std::string* name);
71 bool GetValidThreadsFromThreadString(const std::string& tid_str, std::set<pid_t>* tid_set);
96 std::set<pid_t> WaitForAppProcesses(const std::string& package_name);
97 bool RunInAppContext(const std::string& app_package_name, const std::string& cmd,
98 const std::vector<std::string>& args, size_t workload_args_size,
99 const std::string& output_filepath, bool need_tracepoint_events);
102 void SetDefaultAppPackageName(const std::string& package_name);
103 const std::string& GetDefaultAppPackageName();
108 ScopedTempFiles(const std::string& tmp_dir);
115 static std::string tmp_dir_;
116 static std::vector<std::string> files_to_delete_;