Home
last modified time | relevance | path

Searched refs:_abspath (Results 1 – 6 of 6) sorted by relevance

/external/python/pyfakefs/pyfakefs/
Dfake_scandir.py44 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)
/external/ltp/scripts/
Dabspath.sh27 echo -n $(_abspath "$1")
Dsafe_rm.sh55 abspath_file=$(_abspath "$1")
/external/ltp/scripts/lib/
Dfile_functions.sh41 _abspath() { function
/external/ltp/scripts/tests/
Dtest_abspath.sh68 result=$(_abspath "$test_string")
/external/python/cpython2/Lib/
Dplatform.py961 def _abspath(path, function
972 _abspath = os.path.abspath variable
979 filepath = _abspath(filepath)