Searched refs:currentdir (Results 1 – 10 of 10) sorted by relevance
22 currentdir=$(pwd)24 if [[ "$sampledir" != "$currentdir" ]]; then26 echo You executed it from the $currentdir directory.
62 string currentdir = GetCurDir(); in TEST() local67 EXPECT_EQ(string("../") + currentdir + string("/a"), in TEST()69 EXPECT_EQ(string("../") + currentdir + string("/a/b"), in TEST()
620 currentdir = ntpath.basename(cwd_dir)621 tester('ntpath.relpath("a", "../b")', '..\\'+currentdir+'\\a')622 tester('ntpath.relpath("a/b", "../c")', '..\\'+currentdir+'\\a\\b')