HomeSort by relevance Sort by last modified time
    Searched refs:getcwd (Results 101 - 125 of 942) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/toybox/toys/posix/
pwd.c 26 char *s, *pwd = getcwd(0, 0), *PWD;
  /external/python/cpython2/Lib/distutils/tests/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 62 getcwd = os.getcwd variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py_compile.py 16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
38 cwd = os.getcwd()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py_compile.py 16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
38 cwd = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
38 cwd = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py_compile.py 16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
38 cwd = os.getcwd()
  /external/python/cpython3/Lib/test/
test_support.py 164 original_cwd = os.getcwd()
169 self.assertEqual(os.getcwd(), new_cwd)
171 self.assertEqual(os.getcwd(), original_cwd)
175 original_cwd = os.getcwd()
186 self.assertEqual(os.getcwd(), original_cwd)
190 original_cwd = os.getcwd()
197 self.assertEqual(os.getcwd(), new_cwd)
217 here = os.getcwd()
219 self.assertEqual(os.path.basename(os.getcwd()), TESTFN)
221 self.assertTrue(os.path.basename(os.getcwd()), here
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
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/libmojo/third_party/catapult/devil/devil/utils/
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/icu/tools/
icuutil.py 67 original_working_dir = os.getcwd()
118 original_working_dir = os.getcwd()
160 original_working_dir = os.getcwd()
  /external/skia/infra/bots/assets/
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/skqp/infra/bots/assets/
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/ltp/lib/
self_exec.c 82 start_cwd = getcwd(NULL, 0);
173 if ((tmp_cwd = getcwd(NULL, 0)) == NULL) {
174 tst_resm(TBROK, "Could not getcwd()");
  /external/skia/infra/bots/assets/skp/
create.py 50 '--output_dir', os.getcwd(),
74 src = os.path.join(os.getcwd(), 'playback', 'skps')
  /external/skqp/infra/bots/assets/skp/
create.py 50 '--output_dir', os.getcwd(),
74 src = os.path.join(os.getcwd(), 'playback', 'skps')
  /system/timezone/distro/tools/
create-distro.py 54 original_cwd = os.getcwd()
57 working_dir = os.getcwd()
  /tools/test/connectivity/acts/framework/
setup.py 132 if os.getcwd() in sys.path:
133 sys.path.remove(os.getcwd())
  /bionic/tools/versioner/src/
Utils.cpp 34 if (!getcwd(buf, sizeof(buf))) {
35 err(1, "getcwd failed");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_SimpleHTTPServer.py 18 self.translated = os.getcwd()
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 67 % os.getcwd())
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
print_log.py 18 sys.path.append(os.getcwd())
  /external/bart/tests/
utils_tests.py 43 self.previous_dir = os.getcwd()

Completed in 1321 milliseconds

1 2 3 45 6 7 8 91011>>