Home
last modified time | relevance | path

Searched refs:AppendSetArgsFromFile (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.h91 bool AppendSetArgsFromFile(const android::StringPiece& path,
H A DFiles.cpp263 bool AppendSetArgsFromFile(const StringPiece& path, std::unordered_set<std::string>* out_argset, in AppendSetArgsFromFile() function
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp2393 if (!file::AppendSetArgsFromFile(path, &options_.extensions_to_not_compress, &error)) { in Action()