Searched refs:split (Results 1 – 3 of 3) sorted by relevance
116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')]
1969 size_t split; in fs__stat_directory() local1975 split = len; in fs__stat_directory()1978 while (split > 0 && path[split - 1] != L'\\' && path[split - 1] != L'/' && in fs__stat_directory()1981 if (path[split-1] != '.') { in fs__stat_directory()1984 split--; in fs__stat_directory()1990 } else if (path[split - 1] == L'\\' || path[split - 1] == L'/') { in fs__stat_directory()1994 split = len; in fs__stat_directory()1998 path[split - 1] = L'\0'; in fs__stat_directory()2003 split = len; in fs__stat_directory()2005 path_filename = &path[split]; in fs__stat_directory()[all …]
2831 * build: split off tests into separate gyp file (Ben Noordhuis)
Completed in 23 milliseconds