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

/frameworks/base/libs/androidfw/include/androidfw/
H A DApkAssets.h71 inline const std::string& GetPath() const { function in class:android::ApkAssets
/frameworks/base/core/jni/
H A Dandroid_content_res_ApkAssets.cpp99 return env->NewStringUTF(apk_assets->GetPath().c_str());
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h288 std::string GetPath(const std::string& suffix) const;
H A Ddumpstate.cpp422 std::string systrace_path = ds.GetPath("-systrace.txt");
463 std::string raft_path = ds.GetPath("-raft_log.txt");
2033 ds.screenshot_path_ = ds.GetPath(".png");
2035 ds.tmp_path_ = ds.GetPath(".tmp");
2036 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt");
2049 ds.path_ = ds.GetPath(".zip");
2217 std::string new_screenshot_path = ds.GetPath(".png");
2235 std::string new_path = ds.GetPath(".zip");
2248 ds.path_ = ds.GetPath(".txt");
H A Dutils.cpp227 std::string Dumpstate::GetPath(const std::string& suffix) const { function in class:Dumpstate
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp106 return ds.GetPath(".zip").c_str();
/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp141 base::StringAppendF(&list, "%s,", apk_assets->GetPath().c_str());
264 info.setSourceName(String8(apk_assets->GetPath().c_str()));

Completed in 105 milliseconds