Searched refs:pathname (Results 1 – 16 of 16) sorted by relevance
505 String pathname = null; in parseMethod() local510 pathname = tokens[4]; in parseMethod()512 pathname = constructPathname(className, pathname); in parseMethod()518 pathname = tokens[2]; in parseMethod()524 pathname, lineNumber)); in parseMethod()527 private String constructPathname(String className, String pathname) { in constructPathname() argument530 && pathname.endsWith(".java")) in constructPathname()531 pathname = className.substring(0, index + 1) + pathname; in constructPathname()532 return pathname; in constructPathname()
76 String signature, String pathname, int lineNumber) { in MethodData() argument81 mPathname = pathname; in MethodData()375 public void setPathname(String pathname) { in setPathname() argument376 mPathname = pathname; in setPathname()
49 public FolderWrapper(String pathname) { in FolderWrapper() argument50 super(pathname); in FolderWrapper()
255 public boolean accept(File pathname) { in getPath()256 return pathname.isDirectory(); in getPath()
20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem and set up progdir to be the fully-qualified pathname of its directory.
513 public CPEFile(String pathname, IClasspathEntry classpathEntry) { in CPEFile() argument514 super(pathname); in CPEFile()
24 rem and set up progdir to be the fully-qualified pathname of its directory.
576 public boolean accept(File pathname) { in validateSourceFolder()577 return pathname.isDirectory(); in validateSourceFolder()