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

/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java474 public Package parsePackage(File sourceFile, String destCodePath, argument
478 mArchiveSourcePath = sourceFile.getPath();
479 if (!sourceFile.isFile()) {
484 if (!isPackageFilename(sourceFile.getName())
/frameworks/base/tools/aapt/
H A DAaptAssets.h164 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, argument
168 , mSourceFile(sourceFile)
174 //printf("new AaptFile created %s\n", (const char*)sourceFile);

Completed in 2209 milliseconds