Home
last modified time | relevance | path

Searched refs:currentdir (Results 1 – 11 of 11) sorted by relevance

/external/flatbuffers/samples/
Dandroid_sample.sh22 currentdir=$(readlink -fn `pwd`)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Dphp_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Djavascript_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Dpython_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Ddart_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Dcsharp_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Djava_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Dgo_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
Dkotlin_sample.sh22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
/external/python/cpython2/Lib/test/
Dtest_ntpath.py291 currentdir = os.path.basename(cwd_dir)
292 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
293 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')
/external/python/cpython3/Lib/test/
Dtest_ntpath.py549 currentdir = ntpath.basename(cwd_dir)
550 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
551 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')