HomeSort by relevance Sort by last modified time
    Searched refs:_abspath (Results 1 - 7 of 7) sorted by null

  /external/ltp/scripts/
abspath.sh 27 echo -n $(_abspath "$1")
safe_rm.sh 55 abspath_file=$(_abspath "$1")
  /external/ltp/scripts/lib/
file_functions.sh 41 _abspath() { function
  /external/ltp/scripts/tests/
test_abspath.sh 3 # Test the _abspath function, utilized as part of abspath.sh
68 result=$(_abspath "$test_string")
71 result_s="matches expected string _abspath(${test_string}) => $result == $expected_string)"
74 result_s="doesn't match expected string _abspath(${test_string}) => $result != $expected_string)"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 976 def _abspath(path, function in function:_node
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 970 def _abspath(path, function in function:_node
    [all...]
  /external/python/cpython2/Lib/
platform.py 961 def _abspath(path, function in function:_node
972 _abspath = os.path.abspath
979 filepath = _abspath(filepath)
    [all...]

Completed in 207 milliseconds