Searched defs:path_separator (Results 1 – 2 of 2) sorted by relevance
17 int path_separator = static_cast<int>(strlen(exec_path)) - 1; in RelativePath() local
342 def __init__(self, path_separator=os.path.sep): argument