Home
last modified time | relevance | path

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

/libuv/src/win/
H A Dfs.c132 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro
1583 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()
2523 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()
2557 if (IS_SLASH(path[i])) { in fs__create_junction()
2584 if (IS_SLASH(path[i])) { in fs__create_junction()

Completed in 10 milliseconds