Searched
full:getcwd (Results
576 -
600 of
1235) sorted by null
<<21222324252627282930>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 66 self.old_cwd = os.getcwd()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
macpath.py | 192 cwd = os.getcwd()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 167 oldwd = os.getcwd()
|
test_zipfile.py | 401 correctfile = os.path.join(os.getcwd(), fpath) 411 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 421 outfile = os.path.join(os.getcwd(), fpath) 427 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 447 correctfile = os.path.join(os.getcwd(), fname) 519 correctfile = os.path.join(os.getcwd(), *fixedname.split('/')) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
SimpleHTTPServer.py | 155 path = os.getcwd()
|
macpath.py | 192 cwd = os.getcwd()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
archive_util.py | 211 save_cwd = os.getcwd()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 66 self.old_cwd = os.getcwd()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 167 oldwd = os.getcwd()
|
test_zipfile.py | 401 correctfile = os.path.join(os.getcwd(), fpath) 411 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 421 outfile = os.path.join(os.getcwd(), fpath) 427 shutil.rmtree(os.path.join(os.getcwd(), 'ziptest2dir')) 447 correctfile = os.path.join(os.getcwd(), fname) 519 correctfile = os.path.join(os.getcwd(), *fixedname.split('/')) [all...] |
/external/lldb/docs/ |
lldb-for-gdb-users.txt | 441 (lldb) command alias pwd script print os.getcwd() 463 print "Current working directory: %s" % os.getcwd() 470 command alias pwd script print os.getcwd()
|
/art/test/115-native-bridge/ |
nativebridge.cc | 243 if (getcwd(cwd, sizeof(cwd)) != nullptr) {
|
/development/build/tools/ |
mk_sources_zip.py | 239 curr_dir = os.getcwd()
|
/development/scripts/ |
symbol.py | 32 saveddir = os.getcwd()
|
/external/chromium_org/build/android/pylib/gtest/ |
setup.py | 144 old_cwd = os.getcwd()
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
nonsfi_sandbox_sigsys_unittest.cc | 162 RESTRICT_SYSCALL_DEATH_TEST(getcwd);
|
/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/ |
nacl_io_demo.c | 80 {"getcwd", HandleGetcwd},
|
/external/chromium_org/remoting/host/installer/ |
build-installer-archive.py | 157 old_dir = os.getcwd();
|
/external/chromium_org/testing/gtest/test/ |
gtest_test_utils.py | 253 old_dir = os.getcwd()
|
/external/chromium_org/third_party/closure_compiler/ |
checker.py | 185 rel_path = lambda f: os.path.join(os.path.relpath(os.getcwd(), tmp_dir), f)
|
/external/chromium_org/third_party/tlslite/scripts/ |
tls.py | 257 print("Serving files from %s" % os.getcwd())
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
configure.ac | 125 AC_CHECK_FUNCS([strsep mergesort getcwd])
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
memory_cache_http_server.py | 222 if not os.path.realpath(path).startswith(os.path.realpath(os.getcwd())):
|
/external/chromium_org/v8/tools/testrunner/local/ |
progress.py | 37 ABS_PATH_PREFIX = os.getcwd() + os.sep
|
/external/deqp/android/scripts/ |
debug.py | 61 curDir = os.getcwd()
|
Completed in 714 milliseconds
<<21222324252627282930>>