Home
last modified time | relevance | path

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

/third_party/flatbuffers/samples/
Dphp_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.
Djavascript_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.
/third_party/ninja/src/
Dincludes_normalize_test.cc62 string currentdir = GetCurDir(); in TEST() local
67 EXPECT_EQ(string("../") + currentdir + string("/a"), in TEST()
69 EXPECT_EQ(string("../") + currentdir + string("/a/b"), in TEST()
/third_party/python/Lib/test/
Dtest_ntpath.py620 currentdir = ntpath.basename(cwd_dir)
621 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')
622 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')