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

/frameworks/base/tools/aapt/
H A DAaptAssets.h122 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, argument
126 , mSourceFile(sourceFile)
132 //printf("new AaptFile created %s\n", (const char*)sourceFile);
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java307 public Package parsePackage(File sourceFile, String destFileName, argument
311 mArchiveSourcePath = sourceFile.getPath();
312 if (!sourceFile.isFile()) {
317 if (!isPackageFilename(sourceFile.getName())

Completed in 49 milliseconds