Searched refs:GetPath (Results 1 – 7 of 7) sorted by relevance
71 inline const std::string& GetPath() const { in GetPath() function
422 std::string systrace_path = ds.GetPath("-systrace.txt"); in dump_systrace()463 std::string raft_path = ds.GetPath("-raft_log.txt"); in dump_raft()2033 ds.screenshot_path_ = ds.GetPath(".png"); in run_main()2035 ds.tmp_path_ = ds.GetPath(".tmp"); in run_main()2036 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt"); in run_main()2049 ds.path_ = ds.GetPath(".zip"); in run_main()2217 std::string new_screenshot_path = ds.GetPath(".png"); in run_main()2235 std::string new_path = ds.GetPath(".zip"); in run_main()2248 ds.path_ = ds.GetPath(".txt"); in run_main()
288 std::string GetPath(const std::string& suffix) const;
227 std::string Dumpstate::GetPath(const std::string& suffix) const { in GetPath() function in Dumpstate
99 return env->NewStringUTF(apk_assets->GetPath().c_str()); in NativeGetAssetPath()
106 return ds.GetPath(".zip").c_str(); in getZipFilePath()
141 base::StringAppendF(&list, "%s,", apk_assets->GetPath().c_str()); in DumpToLog()264 info.setSourceName(String8(apk_assets->GetPath().c_str())); in OpenDir()