Home
last modified time | relevance | path

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

/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/implementations/
H A Dlocal.py28 root_marker = "/" variable in LocalFileSystem
180 return cls.root_marker
187 return make_path_posix(path).rstrip("/") or cls.root_marker
H A Ddvc.py21 root_marker = "" variable in DVCFileSystem
H A Dzip.py18 root_marker = "" variable in ZipFileSystem
H A Dftp.py12 root_marker = "/" variable in FTPFileSystem
197 if parent != self.root_marker and not self.exists(parent) and create_parents:
H A Dgit.py16 root_marker = "" variable in GitFileSystem
H A Dlibarchive.py92 root_marker = "" variable in LibArchiveFileSystem
H A Dtar.py24 root_marker = "" variable in TarFileSystem
H A Darrow.py40 root_marker = "/" variable in ArrowFSWrapper
H A Dmemory.py23 root_marker = "/" variable in MemoryFileSystem
/dports/devel/py-fsspec/fsspec-2021.11.1/fsspec/
H A Darchive.py31 dirnames = {self._parent(path) for path in paths} - {self.root_marker}
H A Dspec.py118 root_marker = "" # For some FSs, may require leading '/' or other character variable in AbstractFileSystem
197 return path or cls.root_marker
950 parent = path.rsplit("/", 1)[0].lstrip(cls.root_marker)
951 return cls.root_marker + parent
953 return cls.root_marker
/dports/science/code_saturne/code_saturne-7.1.0/libple/src/
H A Dple_coupling.c496 int root_marker = 0; in ple_coupling_mpi_set_create() local
541 root_marker = 1; in ple_coupling_mpi_set_create()
545 MPI_Reduce(&root_marker, &(counter[0]), 1, MPI_INT, MPI_SUM, 0, in ple_coupling_mpi_set_create()