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

  /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)"
  /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
  /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 931 def _abspath(path, function in function:_node
942 _abspath = os.path.abspath
949 filepath = _abspath(filepath)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 976 def _abspath(path, function in function:_node
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 976 def _abspath(path, function in function:_node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 976 def _abspath(path, function in function:_node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 976 def _abspath(path, function in function:_node
    [all...]

Completed in 147 milliseconds