HomeSort by relevance Sort by last modified time
    Searched full:getcwd (Results 626 - 650 of 1235) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 206 pwd = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 51 ORIGINAL_DIR = os.path.abspath(os.getcwd())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 22 self.temp_path_dir = os.path.abspath(os.getcwd())
test_ntpath.py 171 currentdir = os.path.split(os.getcwd())[-1]
test_repr.py 228 self.here = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 225 " old_dir = os.getcwd()",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 206 pwd = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py 51 ORIGINAL_DIR = os.path.abspath(os.getcwd())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 22 self.temp_path_dir = os.path.abspath(os.getcwd())
test_ntpath.py 171 currentdir = os.path.split(os.getcwd())[-1]
test_repr.py 228 self.here = os.getcwd()
  /system/media/camera/docs/
metadata_parser_xml.py 300 lookup = TemplateLookup(directories=[os.getcwd()])
  /external/chromium_org/base/files/
file_util_posix.cc 720 // getcwd can return ENOENT, which implies it checks against the disk.
724 if (!getcwd(system_buffer, sizeof(system_buffer))) {
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 383 'used): %s' % os.getcwd()))
404 options.www_root = os.getcwd()
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Main.py 93 source = CompilationSource(source_desc, module_name, os.getcwd())
402 cwd = os.getcwd()
  /external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c 27 ** File-system: access(), unlink(), getcwd()
540 getcwd(zDir, sizeof(zDir));
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.c 29 /* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
253 while (getcwd(buf, size-1) == NULL) {
  /external/chromium_org/tools/gyp/pylib/gyp/
__init__.py 42 files = os.listdir(os.getcwd())
502 'cwd': os.getcwd(),
  /external/compiler-rt/test/dfsan/
custom.c 409 char* ret = getcwd(buf, sizeof(buf));
414 ret = getcwd(ptr, sizeof(buf));
  /external/lldb/docs/testsuite/
a-detailed-walkthrough.txt 78 exe = os.path.join(os.getcwd(), "a.out")
146 exe = os.path.join(os.getcwd(), "a.out")
  /external/llvm/lib/Support/Unix/
Path.inc 142 if (getcwd(cwd, PATH_MAX) == NULL)
249 if (::getcwd(result.data(), result.capacity()) == nullptr) {
  /external/skia/tools/
roll_deps.py 201 self._original_cwd = os.getcwd()
378 print '%scd %s' % (space, os.getcwd())
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 255 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
322 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 213 # traditionally IDLE has defaulted to os.getcwd(), is this adequate?
214 userDir = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 461 cwd = os.getcwd()
477 path = os.getcwd()

Completed in 848 milliseconds

<<21222324252627282930>>