Searched refs:IS_SLASH (Results 1 – 1 of 1) sorted by relevance
145 #define IS_SLASH(c) ((c) == L'\\' || (c) == L'/') macro1596 else if (IS_SLASH(pathw[len - 1])) in fs__opendir()2712 path[1] == L':' && IS_SLASH(path[2]); in fs__create_junction()2746 if (IS_SLASH(path[i])) { in fs__create_junction()2773 if (IS_SLASH(path[i])) { in fs__create_junction()
Completed in 11 milliseconds