Home
last modified time | relevance | path

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

/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)