Home
last modified time | relevance | path

Searched refs:split (Results 1 – 3 of 3) sorted by relevance

/libuv/tools/
H A Dmake_dist_html.py116 tags = [tag for tag in tags.split('\n') if tag.startswith('v')]
/libuv/src/win/
H A Dfs.c1969 size_t split; in fs__stat_directory() local
1975 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 …]
/libuv/
H A DChangeLog2831 * build: split off tests into separate gyp file (Ben Noordhuis)

Completed in 23 milliseconds