Searched refs:sourceName (Results 1 – 3 of 3) sorted by relevance
105 public void connect(String sourceName, in connect() argument109 Filter source = getFilter(sourceName); in connect()113 "Attempting to connect unknown source filter '" + sourceName + "'!"); in connect()
925 String sourceName) { in appendSourceDescriptionIfApplicable() argument928 description.append(sourceName); in appendSourceDescriptionIfApplicable()
1051 String8 sourceName("zip:"); in createZipSourceNameLocked() local1052 sourceName.append(zipFileName); in createZipSourceNameLocked()1053 sourceName.append(":"); in createZipSourceNameLocked()1055 sourceName.appendPath(dirName); in createZipSourceNameLocked()1057 sourceName.appendPath(fileName); in createZipSourceNameLocked()1058 return sourceName; in createZipSourceNameLocked()1502 String8 sourceName, zipName, dirName; in scanAndMergeZipLocked() local