Home
last modified time | relevance | path

Searched refs:rootLen (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c4521 size_t rootLen = (size_t)(end - buffer); in os__path_splitroot_impl() local
4523 PyUnicode_FromWideChar(path->wide, rootLen), in os__path_splitroot_impl()
4524 PyUnicode_FromWideChar(path->wide + rootLen, -1) in os__path_splitroot_impl()

Completed in 16 milliseconds