Lines Matching defs:files
61 #include "util/Files.h"
513 // Populate the queue with all files in the ResourceTable.
1198 * Takes a path to load as a ZIP file and merges the files within into the
1239 * and the files within are merged individually.
1241 * Otherwise the files is processed on its own.
1267 * All other file types are ignored. This is because these files could be
1269 * where we could have other files like classes.dex.
1287 context_->GetDiagnostics()->Error(DiagMessage(src) << "failed read num files");
1327 // Ignore non .flat files. This could be classes.dex or something else that
1336 Maybe<std::vector<std::string>> files =
1338 if (!files) {
1342 for (const std::string& file : files.value()) {
1374 * Writes the AndroidManifest, ResourceTable, and all XML files referenced by
1974 // Expand all argument-files passed into the command line. These start with '@'.
1989 // Expand all argument-files passed to -R.