Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h74 inline const std::string& GetPath() const { in GetPath() function
/frameworks/native/cmds/dumpstate/
Ddumpstate.h320 std::string GetPath(const std::string& directory, const std::string& suffix) const;
324 std::string GetPath(const std::string& suffix) const;
Ddumpstate.cpp2144 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 Dumpstate
3114 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
/frameworks/base/core/jni/
Dandroid_content_res_ApkAssets.cpp100 return env->NewStringUTF(apk_assets->GetPath().c_str()); in NativeGetAssetPath()
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp78 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp149 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()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp220 return ds.GetPath(".zip"); in getZipFilePath()