Searched refs:sourceFile (Results 1 – 4 of 4) sorted by relevance
51 public NativeStackCallInfo(String lib, String method, String sourceFile) { in NativeStackCallInfo() argument55 Matcher m = SOURCE_NAME_PATTERN.matcher(sourceFile); in NativeStackCallInfo()64 mSourceFile = sourceFile; in NativeStackCallInfo()
301 IFile sourceFile = findFile(sourceFolder, segments, 2, aidlFileName); in visit() local303 if (sourceFile != null) { in visit()305 mAidlToCompile.add(new AidlData(sourceFolder, sourceFile)); in visit()
1054 private List<Change> computeXmlSourceChanges(IFile sourceFile,1061 if (!sourceFile.exists()) {1063 sourceFile.getFullPath().toOSString()));1075 files.add(sourceFile);1077 if (AndroidConstants.EXT_XML.equals(sourceFile.getFileExtension())) {1078 IPath path = sourceFile.getFullPath();1080 IProject project = sourceFile.getProject();1085 IContainer res = sourceFile.getParent().getParent();
1142 String sourceFile = source.getSourceFile();1149 if (sourceFile != null)1150 item.setText(3, sourceFile);