/external/icu/tools/ |
D | updateicudata.py | 23 original_working_dir = os.getcwd() 40 original_working_dir = os.getcwd() 69 original_working_dir = os.getcwd() 105 icu_build_dir = '%s/icu' % os.getcwd()
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
D | host_test.py | 46 self.assertNotEqual(h.abspath(h.getcwd()), None) 47 self.assertNotEqual(h.realpath(h.getcwd()), None) 51 orig_cwd = h.getcwd() 53 self.assertEqual(orig_cwd, h.getcwd()) 55 self.assertNotEqual(orig_cwd, h.getcwd()) 59 orig_cwd = h.getcwd() 69 self.assertIn(dirpath, h.getcwd())
|
D | runner_test.py | 87 orig_wd = h.getcwd() 115 orig_wd = h.getcwd() 154 orig_wd = h.getcwd()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 71 self.call_target(mock.call.sys.getcwd) 92 with self.patch_call(mock.call.os.getcwd, return_value='/some/path'): 93 self.assertEquals('/some/path', os.getcwd()) 116 (mock.call.os.getcwd(), '/some/path'), 121 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/chromium-trace/catapult/third_party/coverage/coverage/ |
D | test_helpers.py | 54 old_dir = os.getcwd() 57 yield os.getcwd() 219 sys.path.insert(0, os.getcwd()) 238 old_dir = os.getcwd()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/ |
D | common_unittest_utils.py | 13 pwd = os.getcwd() 27 return os.path.join(os.getcwd(), 'tests')
|
/external/opencv3/platforms/osx/ |
D | build_framework.py | 36 currdir = os.getcwd() 79 currdir = os.getcwd()
|
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
D | util.py | 27 return os.getcwd() 151 yield os.getcwd()
|
/external/opencv3/platforms/ios/ |
D | build_framework.py | 49 currdir = os.getcwd() 96 currdir = os.getcwd()
|
/external/e2fsprogs/intl/ |
D | dcigettext.c | 141 # define getcwd __getcwd macro 149 # define getcwd(buf, max) getwd (buf) macro 152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro 154 char *getcwd (); 545 ret = getcwd (dirname, path_max); in DCIGETTEXT()
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | igor.py | 115 os.environ['COVERAGE_HOME'] = os.getcwd() 177 os.environ['COVERAGE_HOME'] = os.getcwd() 238 cur_dir = os.getcwd()
|
/external/autotest/client/deps/graphics/ |
D | graphics.py | 16 pwd = os.getcwd()
|
/external/autotest/client/deps/webgl_mpd/ |
D | webgl_mpd.py | 16 pwd = os.getcwd()
|
/external/strace/ |
D | getcwd.c | 3 SYS_FUNC(getcwd) in SYS_FUNC() argument
|
/external/fonttools/MetaTools/ |
D | buildChangeLog.py | 6 os.path.join(os.getcwd(), sys.argv[0]))))
|
/external/bison/lib/ |
D | unistd.in.h | 607 # define getcwd rpl_getcwd 609 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size)); 610 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); 614 _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size)); 616 _GL_CXXALIASWARN (getcwd); 618 # undef getcwd 620 _GL_WARN_ON_USE (getcwd, "getcwd is unportable - "
|
/external/autotest/utils/ |
D | external_packages.py | 260 extracted_dir = os.getcwd() 296 raise Error('%s does not exist in %s' % (setup_py, os.getcwd())) 314 raise Error('%s does not exist in %s' % (setup_py, os.getcwd())) 390 raise Error('%s does not exist in %s' % (setup_py, os.getcwd())) 708 raise Error('no paramiko directory in %s.' % os.getcwd()) 1257 work_dir = os.getcwd()
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
D | test_import_string.py | 13 assert eval_import('os:getcwd()') == os.getcwd()
|
/external/autotest/client/bin/ |
D | setup_job.py | 131 cwd = os.getcwd() 190 cwd = os.getcwd()
|
/external/autotest/client/deps/ibusclient/ |
D | ibusclient.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/gfxtest/ |
D | gfxtest.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/iwcap/ |
D | iwcap.py | 14 pwd = os.getcwd()
|
/external/autotest/client/deps/glbench/ |
D | glbench.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/libcap/ |
D | libcap.py | 9 topdir = os.getcwd()
|