Searched defs:stable_id_file_path (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1841 Maybe<std::string> stable_id_file_path; local
1929 &stable_id_file_path)
2092 if (context.GetPackageType() != PackageType::kStaticLib && stable_id_file_path) {
2093 if (!LoadStableIdMap(context.GetDiagnostics(), stable_id_file_path.value(),

Completed in 59 milliseconds