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/ |
D | js_generator.cc | 200 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/ |
D | ApkAssets.h | 74 inline const std::string& GetPath() const { in GetPath() function
|
/frameworks/native/cmds/dumpstate/ |
D | dumpstate.h | 317 std::string GetPath(const std::string& directory, const std::string& suffix) const; 321 std::string GetPath(const std::string& suffix) const;
|
D | utils.cpp | 231 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
|
D | dumpstate.cpp | 2073 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/ |
D | otapreopt_chroot.cpp | 73 const std::string& package_path = apex_file.GetPath(); in DeactivateApexPackages()
|
/frameworks/base/core/jni/ |
D | android_content_res_ApkAssets.cpp | 99 return env->NewStringUTF(apk_assets->GetPath().c_str()); in NativeGetAssetPath()
|
/frameworks/base/libs/androidfw/ |
D | AssetManager2.cpp | 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()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 170 return ds.GetPath(".zip").c_str(); in getZipFilePath()
|