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

  /external/flatbuffers/samples/
android_sample.sh 22 currentdir=$(readlink -fn `pwd`)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
javascript_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
php_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
python_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
csharp_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
dart_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
java_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
go_sample.sh 22 currentdir=$(pwd)
24 if [[ "$sampledir" != "$currentdir" ]]; then
26 echo You executed it from the $currentdir directory.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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 187 milliseconds