Searched refs:getcwd (Results 1 - 25 of 445) sorted by relevance
1234567891011>>
/external/v8/tools/gyp/test/variables/commands/repeated_multidir/ |
H A D | print_cwd_basename.py | 10 print os.path.basename(os.getcwd())
|
/external/lldb/test/functionalities/process_launch/ |
H A D | print_cwd.cpp | 9 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 D | touchpad-tests.py | 24 pwd = os.getcwd() 25 utils.update_version(os.getcwd(), True, version, setup, pwd)
|
/external/autotest/client/deps/graphics/ |
H A D | graphics.py | 16 pwd = os.getcwd()
|
/external/autotest/client/deps/webgl_mpd/ |
H A D | webgl_mpd.py | 16 pwd = os.getcwd()
|
/external/strace/ |
H A D | getcwd.c | 3 SYS_FUNC(getcwd)
|
/external/chromium-trace/catapult/third_party/Paste/tests/ |
H A D | test_import_string.py | 13 assert eval_import('os:getcwd()') == os.getcwd()
|
/external/fonttools/MetaTools/ |
H A D | buildChangeLog.py | 6 os.path.join(os.getcwd(), sys.argv[0]))))
|
/external/v8/build/ |
H A D | inverse_depth.py | 12 return os.path.relpath(os.getcwd(), os.path.abspath(depth))
|
/external/lldb/test/functionalities/exec/ |
H A D | TestExec.py | 29 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 D | TestLoadUnload.py | 40 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 D | utils.py | 32 Holder.swap(os.getcwd()) 34 print "Current working directory: %s" % os.getcwd()
|
/external/lldb/test/source-manager/ |
H A D | TestSourceManager.py | 46 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 D | fakegudev.py | 19 pwd = os.getcwd()
|
/external/autotest/client/deps/fakemodem/ |
H A D | fakemodem.py | 19 pwd = os.getcwd()
|
/external/autotest/client/deps/gfxtest/ |
H A D | gfxtest.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/glbench/ |
H A D | glbench.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/gtest/ |
H A D | gtest.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/ibusclient/ |
H A D | ibusclient.py | 18 pwd = os.getcwd()
|
/external/autotest/client/deps/iwcap/ |
H A D | iwcap.py | 14 pwd = os.getcwd()
|
/external/autotest/client/deps/lansim/ |
H A D | lansim.py | 21 pwd = os.getcwd()
|
/external/autotest/client/deps/libcap/ |
H A D | libcap.py | 9 topdir = os.getcwd()
|
/external/autotest/client/deps/nvmap_compactor/ |
H A D | nvmap_compactor.py | 19 pwd = os.getcwd()
|
/external/autotest/client/deps/systemtap/ |
H A D | systemtap.py | 21 pwd = os.getcwd()
|
/external/icu/tools/ |
H A 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()
|
Completed in 339 milliseconds
1234567891011>>