/external/strace/tests-mx32/ |
D | options-syntax.test | 63 check_h "incorrect personality designator '' in qualification 'getcwd@'" -e trace=getcwd@ 64 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=getcwd@42 65 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=gettid,getcwd… 68 check_e "invalid system call '/getcwd@ohmy'" -e trace=/getcwd@ohmy 73 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@64 74 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 75 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 78 check_h "incorrect personality designator '64' in qualification 'getcwd@64'" -e trace=getcwd@64 79 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 80 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 [all …]
|
/external/strace/tests-m32/ |
D | options-syntax.test | 63 check_h "incorrect personality designator '' in qualification 'getcwd@'" -e trace=getcwd@ 64 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=getcwd@42 65 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=gettid,getcwd… 68 check_e "invalid system call '/getcwd@ohmy'" -e trace=/getcwd@ohmy 73 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@64 74 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 75 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 78 check_h "incorrect personality designator '64' in qualification 'getcwd@64'" -e trace=getcwd@64 79 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 80 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 [all …]
|
/external/strace/tests/ |
D | options-syntax.test | 63 check_h "incorrect personality designator '' in qualification 'getcwd@'" -e trace=getcwd@ 64 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=getcwd@42 65 check_h "incorrect personality designator '42' in qualification 'getcwd@42'" -e trace=gettid,getcwd… 68 check_e "invalid system call '/getcwd@ohmy'" -e trace=/getcwd@ohmy 73 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@64 74 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 75 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 78 check_h "incorrect personality designator '64' in qualification 'getcwd@64'" -e trace=getcwd@64 79 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@32 80 check_h "must have PROG [ARGS] or -p PID" -e trace=getcwd@x32 [all …]
|
/external/llvm-project/lldb/test/API/commands/process/launch/ |
D | print_cwd.cpp | 6 #undef getcwd 7 #define getcwd(buffer, length) _getcwd(buffer, length) macro 17 fprintf(stdout, "stdout: %s\n", getcwd(buffer, 1024)); in main() 18 fprintf(stderr, "stderr: %s\n", getcwd(buffer, 1024)); in main()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_archive_util.py | 74 old_dir = os.getcwd() 87 old_dir = os.getcwd() 124 old_dir = os.getcwd() 139 old_dir = os.getcwd() 153 old_dir = os.getcwd() 164 old_dir = os.getcwd() 179 old_dir = os.getcwd() 193 old_dir = os.getcwd() 261 old_dir = os.getcwd() 284 current_dir = os.getcwd() [all …]
|
/external/autotest/client/deps/camera_hal3/ |
D | camera_hal3.py | 15 dst_path = os.path.join(os.getcwd(), 'bin') 21 utils.update_version(os.getcwd(), True, version, setup, os.getcwd())
|
/external/python/cpython2/Lib/test/ |
D | test_test_support.py | 212 original_cwd = os.getcwd() 217 self.assertEqual(os.getcwd(), new_cwd) 219 self.assertEqual(os.getcwd(), original_cwd) 223 original_cwd = os.getcwd() 235 self.assertEqual(os.getcwd(), original_cwd) 239 original_cwd = os.getcwd() 246 self.assertEqual(os.getcwd(), new_cwd) 266 here = os.getcwd() 268 self.assertEqual(os.path.basename(os.getcwd()), TESTFN) 270 self.assertEqual(os.getcwd(), here) [all …]
|
D | test_posixpath.py | 305 self.assertEqual(realpath('.'), os.getcwd()) 306 self.assertEqual(realpath('./.'), os.getcwd()) 307 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd()) 311 self.assertEqual(realpath('..'), dirname(os.getcwd())) 312 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd()))) 453 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar") 455 curdir = os.path.split(os.getcwd())[-1] 475 os.getcwd = real_getcwd
|
/external/python/asn1crypto/dev/ |
D | _import.py | 11 getcwd = os.getcwdu variable 13 getcwd = os.getcwd variable 73 print('Working dir: ' + getcwd())
|
/external/angle/third_party/abseil-cpp/ |
D | generate_def_files.py | 86 cwd=os.getcwd()) 90 cwd=os.getcwd()) 108 exports_out = subprocess.check_output(['dumpbin', '/directives', f], cwd=os.getcwd()) 115 stdout = subprocess.check_output(symbol_dumper + [f], cwd=os.getcwd()) 169 if not os.getcwd().endswith('src') or not os.path.exists('chrome/browser'):
|
/external/skqp/infra/bots/assets/ |
D | asset_utils_test.py | 88 input_dir = os.path.join(os.getcwd(), 'input') 93 output_dir = os.path.join(os.getcwd(), 'output') 102 input_dir = os.path.join(os.getcwd(), 'input') 206 input_dir = os.path.join(os.getcwd(), 'input') 211 output_dir = os.path.join(os.getcwd(), 'output') 220 input_dir = os.path.join(os.getcwd(), 'input')
|
/external/skia/infra/bots/assets/ |
D | asset_utils_test.py | 88 input_dir = os.path.join(os.getcwd(), 'input') 93 output_dir = os.path.join(os.getcwd(), 'output') 102 input_dir = os.path.join(os.getcwd(), 'input') 207 input_dir = os.path.join(os.getcwd(), 'input') 212 output_dir = os.path.join(os.getcwd(), 'output') 221 input_dir = os.path.join(os.getcwd(), 'input')
|
/external/python/cpython3/Lib/test/ |
D | test_support.py | 195 original_cwd = os.getcwd() 200 self.assertEqual(os.getcwd(), new_cwd) 202 self.assertEqual(os.getcwd(), original_cwd) 206 original_cwd = os.getcwd() 217 self.assertEqual(os.getcwd(), original_cwd) 221 original_cwd = os.getcwd() 228 self.assertEqual(os.getcwd(), new_cwd) 258 here = os.getcwd() 260 self.assertEqual(os.path.basename(os.getcwd()), TESTFN) 262 self.assertEqual(os.getcwd(), here) [all …]
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_archive_util.py | 152 old_dir = os.getcwd() 167 old_dir = os.getcwd() 182 old_dir = os.getcwd() 193 old_dir = os.getcwd() 209 old_dir = os.getcwd() 223 old_dir = os.getcwd() 288 current_dir = os.getcwd() 297 self.assertEqual(os.getcwd(), current_dir) 368 old_dir = os.getcwd()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 68 self.call_target(mock.call.sys.getcwd) 89 with self.patch_call(mock.call.os.getcwd, return_value='/some/path'): 90 self.assertEquals('/some/path', os.getcwd()) 112 (mock.call.os.getcwd(), '/some/path'), 116 self.assertEquals(os.getcwd(), '/some/path')
|
/external/autotest/client/deps/touchpad-tests/ |
D | touchpad-tests.py | 24 pwd = os.getcwd() 25 utils.update_version(os.getcwd(), True, version, setup, pwd)
|
/external/ltp/lib/tests/ |
D | tst_tmpdir_test.c | 52 char *start_dir = getcwd(NULL, PATH_MAX); in main() 59 changed_dir = getcwd(NULL, PATH_MAX); in main()
|
/external/skqp/infra/bots/ |
D | update_go_deps.py | 28 gen_tasks = os.path.join(os.getcwd(), 'infra', 'bots', 'gen_tasks.go') 41 os.getcwd(), 'infra', 'bots', 'assets', 'go_deps',
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | shell_util.py | 17 old_path = _os.getcwd() 19 print('> cd', _os.getcwd())
|
/external/angle/scripts/ |
D | apply_clang_format_on_all_sources.py | 48 main(os.path.join(os.getcwd(), sys.argv[1])) 51 main(os.getcwd())
|
/external/pigweed/pw_arduino_build/py/pw_arduino_build/ |
D | core_installer.py | 229 original_working_dir = os.getcwd() 327 original_working_dir = os.getcwd() 370 original_working_dir = os.getcwd() 392 original_working_dir = os.getcwd() 414 original_working_dir = os.getcwd()
|
/external/ltp/testcases/kernel/syscalls/getcwd/ |
D | getcwd03.c | 40 res1 = getcwd(NULL, 0); in verify_getcwd() 50 res2 = getcwd(NULL, 0); in verify_getcwd()
|
/external/python/cpython2/Python/ |
D | getcwd.c | 27 getcwd(char *buf, int size) in getcwd() function 58 getcwd(char *buf, int size) in getcwd() function
|
/external/llvm-project/lldb/examples/customization/pwd-cd-and-system/ |
D | utils.py | 38 Holder.swap(os.getcwd()) 40 print("Current working directory: %s" % os.getcwd())
|
/external/skia/infra/bots/ |
D | zip_utils_test.py | 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input'))
|