Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/js/
Djs_generator.cc200 string GetPath(const GeneratorOptions& options, in GetPath() function
213 string GetPath(const GeneratorOptions& options,
224 prefix = GetPath(options, file_descriptor); in GetPrefix()
226 prefix = GetPath(options, containing_type); in GetPrefix()
239 string GetPath(const GeneratorOptions& options, in GetPath() function
249 string GetPath(const GeneratorOptions& options, in GetPath() function
251 return GetPath(options, descriptor->containing_type()); in GetPath()
256 string GetPath(const GeneratorOptions& options, in GetPath() function
266 string GetPath(const GeneratorOptions& options, in GetPath() function
268 return GetPath( in GetPath()
[all …]
/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h74 inline const std::string& GetPath() const { in GetPath() function
/frameworks/native/cmds/dumpstate/
Ddumpstate.h317 std::string GetPath(const std::string& directory, const std::string& suffix) const;
321 std::string GetPath(const std::string& suffix) const;
Dutils.cpp231 std::string Dumpstate::GetPath(const std::string& suffix) const { in GetPath() function in Dumpstate
232 return GetPath(bugreport_internal_dir_, suffix); in GetPath()
235 std::string Dumpstate::GetPath(const std::string& directory, const std::string& suffix) const { in GetPath() function in Dumpstate
Ddumpstate.cpp2073 ds.screenshot_path_ = ds.GetPath(".png"); in PrepareToWriteToFile()
2075 ds.tmp_path_ = ds.GetPath(".tmp"); in PrepareToWriteToFile()
2076 ds.log_path_ = ds.GetPath("-dumpstate_log-" + std::to_string(ds.pid_) + ".txt"); in PrepareToWriteToFile()
2092 ds.path_ = ds.GetPath(".zip"); in PrepareToWriteToFile()
2127 std::string new_screenshot_path = ds.GetPath(".png"); in FinalizeFile()
2145 std::string new_path = ds.GetPath(".zip"); in FinalizeFile()
2158 ds.path_ = ds.GetPath(".txt"); in FinalizeFile()
/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp73 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages()
/frameworks/base/core/jni/
Dandroid_content_res_ApkAssets.cpp99 return env->NewStringUTF(apk_assets->GetPath().c_str()); in NativeGetAssetPath()
/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.cpp170 return ds.GetPath(".zip").c_str(); in getZipFilePath()