Searched refs:getcwd (Results 1 - 25 of 445) sorted by relevance

1234567891011>>

/external/v8/tools/gyp/test/variables/commands/repeated_multidir/
H A Dprint_cwd_basename.py10 print os.path.basename(os.getcwd())
/external/lldb/test/functionalities/process_launch/
H A Dprint_cwd.cpp9 fprintf(stdout, "stdout: %s\n", getcwd(buffer, 1024));
10 fprintf(stderr, "stderr: %s\n", getcwd(buffer, 1024));
/external/autotest/client/deps/touchpad-tests/
H A Dtouchpad-tests.py24 pwd = os.getcwd()
25 utils.update_version(os.getcwd(), True, version, setup, pwd)
/external/autotest/client/deps/graphics/
H A Dgraphics.py16 pwd = os.getcwd()
/external/autotest/client/deps/webgl_mpd/
H A Dwebgl_mpd.py16 pwd = os.getcwd()
/external/strace/
H A Dgetcwd.c3 SYS_FUNC(getcwd)
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_import_string.py13 assert eval_import('os:getcwd()') == os.getcwd()
/external/fonttools/MetaTools/
H A DbuildChangeLog.py6 os.path.join(os.getcwd(), sys.argv[0]))))
/external/v8/build/
H A Dinverse_depth.py12 return os.path.relpath(os.getcwd(), os.path.abspath(depth))
/external/lldb/test/functionalities/exec/
H A DTestExec.py29 source = os.path.join (os.getcwd(), "main.cpp")
30 o_file = os.path.join (os.getcwd(), "main.o")
42 source = os.path.join (os.getcwd(), "main.cpp")
43 o_file = os.path.join (os.getcwd(), "main.o")
44 dsym_path = os.path.join (os.getcwd(), "a.out.dSYM")
53 exe = os.path.join (os.getcwd(), "a.out")
63 process = target.LaunchSimple(None, None, os.getcwd())
/external/lldb/test/functionalities/load_unload/
H A DTestLoadUnload.py40 new_dir = os.path.join(os.getcwd(), "hidden")
42 old_dylib = os.path.join(os.getcwd(), dylibName)
45 exe = os.path.join(os.getcwd(), "a.out")
53 self.runCmd("target modules search-paths add %s %s" % (os.getcwd(), new_dir))
60 substrs = [os.getcwd(), new_dir])
62 self.expect("target modules search-paths query %s" % os.getcwd(), "Image search path successfully transformed",
90 exe = os.path.join(os.getcwd(), "a.out")
99 new_dir = os.path.join(os.getcwd(), special_dir)
101 old_dylib = os.path.join(os.getcwd(), dylibName)
103 old_dSYM = os.path.join(os.getcwd(), dsymNam
[all...]
/external/lldb/examples/customization/pwd-cd-and-system/
H A Dutils.py32 Holder.swap(os.getcwd())
34 print "Current working directory: %s" % os.getcwd()
/external/lldb/test/source-manager/
H A DTestSourceManager.py46 exe = os.path.join(os.getcwd(), "a.out")
53 process = target.LaunchSimple(None, None, os.getcwd())
86 exe = os.path.join(os.getcwd(), "a.out")
102 self.runCmd("settings set target.source-map %s %s" % (os.getcwd(), os.path.join(os.getcwd(), "hidden")))
105 substrs = [os.getcwd(), os.path.join(os.getcwd(), "hidden")])
113 exe = os.path.join(os.getcwd(), "a.out")
/external/autotest/client/deps/fakegudev/
H A Dfakegudev.py19 pwd = os.getcwd()
/external/autotest/client/deps/fakemodem/
H A Dfakemodem.py19 pwd = os.getcwd()
/external/autotest/client/deps/gfxtest/
H A Dgfxtest.py18 pwd = os.getcwd()
/external/autotest/client/deps/glbench/
H A Dglbench.py18 pwd = os.getcwd()
/external/autotest/client/deps/gtest/
H A Dgtest.py18 pwd = os.getcwd()
/external/autotest/client/deps/ibusclient/
H A Dibusclient.py18 pwd = os.getcwd()
/external/autotest/client/deps/iwcap/
H A Diwcap.py14 pwd = os.getcwd()
/external/autotest/client/deps/lansim/
H A Dlansim.py21 pwd = os.getcwd()
/external/autotest/client/deps/libcap/
H A Dlibcap.py9 topdir = os.getcwd()
/external/autotest/client/deps/nvmap_compactor/
H A Dnvmap_compactor.py19 pwd = os.getcwd()
/external/autotest/client/deps/systemtap/
H A Dsystemtap.py21 pwd = os.getcwd()
/external/icu/tools/
H A Dupdateicudata.py23 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()

Completed in 339 milliseconds

1234567891011>>