Searched refs:GetPath (Results 1 – 7 of 7) sorted by relevance
74 inline const std::string& GetPath() const { in GetPath() function
320 std::string GetPath(const std::string& directory, const std::string& suffix) const;324 std::string GetPath(const std::string& suffix) const;
2144 ds.screenshot_path_ = ds.GetPath(".png"); in PrepareToWriteToFile()2146 ds.tmp_path_ = ds.GetPath(".tmp"); in PrepareToWriteToFile()2147 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt"); in PrepareToWriteToFile()2163 ds.path_ = ds.GetPath(".zip"); in PrepareToWriteToFile()2198 std::string new_screenshot_path = ds.GetPath(".png"); in FinalizeFile()2216 std::string new_path = ds.GetPath(".zip"); in FinalizeFile()2229 ds.path_ = ds.GetPath(".txt"); in FinalizeFile()3113 std::string Dumpstate::GetPath(const std::string& suffix) const { in GetPath() function in Dumpstate3114 return GetPath(bugreport_internal_dir_, suffix); in GetPath()3117 std::string Dumpstate::GetPath(const std::string& directory, const std::string& suffix) const { in GetPath() function in Dumpstate
100 return env->NewStringUTF(apk_assets->GetPath().c_str()); in NativeGetAssetPath()
78 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages()
149 base::StringAppendF(&list, "%s,", apk_assets->GetPath().c_str()); in DumpToLog()321 info.setSourceName(String8(apk_assets->GetPath().c_str())); in OpenDir()1330 if (src_asset->GetPath() == dest_asset->GetPath()) { in SetTo()1342 << " LoadedArsc " << src_asset->GetPath() << " differs number of packages."; in SetTo()
220 return ds.GetPath(".zip"); in getZipFilePath()