Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.h227 &stable_id_file_path_); in LinkCommand()
335 Maybe<std::string> stable_id_file_path_; variable
H A DLink.cpp2381 if (context.GetPackageType() != PackageType::kStaticLib && stable_id_file_path_) { in Action()
2382 if (!LoadStableIdMap(context.GetDiagnostics(), stable_id_file_path_.value(), in Action()