Home
last modified time | relevance | path

Searched refs:stable_id_file_path_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
DLink.h215 &stable_id_file_path_); in LinkCommand()
304 Maybe<std::string> stable_id_file_path_; variable
DLink.cpp2189 if (context.GetPackageType() != PackageType::kStaticLib && stable_id_file_path_) { in Action()
2190 if (!LoadStableIdMap(context.GetDiagnostics(), stable_id_file_path_.value(), in Action()