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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java463 public Package parsePackage(File sourceFile, String destCodePath, argument
467 mArchiveSourcePath = sourceFile.getPath();
468 if (!sourceFile.isFile()) {
473 if (!isPackageFilename(sourceFile.getName())
/frameworks/base/tools/aapt/
H A DAaptAssets.h161 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, argument
165 , mSourceFile(sourceFile)
171 //printf("new AaptFile created %s\n", (const char*)sourceFile);

Completed in 392 milliseconds