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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
testit 13 currentdir=`basename $currentpath`
14 while [ $currentdir != "test" ]; do
15 if [ $currentdir = "/" ]
22 currentdir=`basename $currentpath`
testit_android 13 currentdir=`basename $currentpath`
14 while [ $currentdir != "test" ]; do
15 if [ $currentdir = "/" ]
22 currentdir=`basename $currentpath`
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 171 currentdir = os.path.split(os.getcwd())[-1]
176 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
177 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ntpath.py 171 currentdir = os.path.split(os.getcwd())[-1]
176 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
177 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')

Completed in 1208 milliseconds