Searched refs:separator (Results 1 – 4 of 4) sorted by relevance
71 separator = ': "'80 idx = line.find(separator)89 val = line[len(separator) + idx : -1]99 separator = ':'103 f.write(key + separator + '"%s"' % self.configs[key])
54 InputStream gtestResultStream1 = getClass().getResourceAsStream(File.separator + in readInFile()55 TEST_TYPE_DIR + File.separator + filename); in readInFile()
698 size_t separator = curr_string.find("_"); in LoadSharedLibFromTypeName() local699 curr_string.replace(separator, 1, "."); in LoadSharedLibFromTypeName()
311 boolean endsWithSlashCheck = fileOrDirPath.endsWith(File.separator); in getParentDirPath()