Searched refs:_abspath (Results 1 – 6 of 6) sorted by relevance
44 self._abspath = ''98 file_object = self._filesystem.resolve(self._abspath)105 file_object = self._filesystem.lresolve(self._abspath)148 dir_entry._abspath = self.filesystem.joinpaths(self.abspath,150 dir_entry._isdir = self.filesystem.isdir(dir_entry._abspath)151 dir_entry._islink = self.filesystem.islink(dir_entry._abspath)
27 echo -n $(_abspath "$1")
55 abspath_file=$(_abspath "$1")
41 _abspath() { function
68 result=$(_abspath "$test_string")
961 def _abspath(path, function972 _abspath = os.path.abspath variable979 filepath = _abspath(filepath)