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

1 23 4 5 6 7 8 91011>>

  /external/lldb/test/lang/c/shared_lib/
TestSharedLib.py 44 self.runCmd("settings set target.env-vars " + self.dylibPath + "=" + os.environ["LD_LIBRARY_PATH"] + ":" + os.getcwd())
46 self.runCmd("settings set target.env-vars " + self.dylibPath + "=" + os.getcwd())
50 exe = os.path.join(os.getcwd(), "a.out")
  /external/lldb/test/lang/c/shared_lib_stripped_symbols/
TestSharedLibStrippedSymbols.py 44 self.runCmd("settings set target.env-vars " + self.dylibPath + "=" + os.environ["LD_LIBRARY_PATH"] + ":" + os.getcwd())
46 self.runCmd("settings set target.env-vars " + self.dylibPath + "=" + os.getcwd())
50 exe = os.path.join(os.getcwd(), "a.out")
  /external/lldb/test/macosx/universal/
TestUniversal.py 28 exe = os.path.join(os.getcwd(), "testit")
35 process = target.LaunchSimple(None, None, os.getcwd())
49 exe = os.path.join(os.getcwd(), "testit")
  /external/lldb/test/lang/objc/foundation/
TestObjCMethods2.py 103 exe = os.path.join(os.getcwd(), "a.out")
139 exe = os.path.join(os.getcwd(), "a.out")
165 exe = os.path.join(os.getcwd(), "a.out")
192 exe = os.path.join(os.getcwd(), "a.out")
207 exe = os.path.join(os.getcwd(), "a.out")
222 exe = os.path.join(os.getcwd(), "a.out")
TestSymbolTable.py 43 exe = os.path.join(os.getcwd(), "a.out")
50 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/python_api/frame/
TestFrames.py 45 exe = os.path.join(os.getcwd(), "a.out")
59 process = target.LaunchSimple(None, None, os.getcwd())
129 exe = os.path.join(os.getcwd(), "a.out")
143 process = target.LaunchSimple(None, None, os.getcwd())
166 exe = os.path.join(os.getcwd(), "a.out")
180 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 30 exe = os.path.join(os.getcwd(), "a.out")
37 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/functionalities/expr-doesnt-deadlock/
TestExprDoesntBlock.py 38 exe = os.path.join(os.getcwd(), "a.out")
55 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/lang/cpp/rdar12991846/
TestRdar12991846.py 56 exe = os.path.join(os.getcwd(), "a.out")
66 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/lang/cpp/wchar_t/
TestCxxWCharT.py 38 exe = os.path.join(os.getcwd(), "a.out")
48 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-builtin-types/
TestObjCBuiltinTypes.py 39 exe = os.path.join(os.getcwd(), "a.out")
48 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-checker/
TestObjCCheckers.py 45 exe = os.path.join(os.getcwd(), "a.out")
61 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-class-method/
TestObjCClassMethod.py 42 exe = os.path.join(os.getcwd(), "a.out")
51 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-static-method/
TestObjCStaticMethod.py 41 exe = os.path.join(os.getcwd(), "a.out")
50 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-static-method-stripped/
TestObjCStaticMethodStripped.py 34 exe = os.path.join(os.getcwd(), "a.out.stripped")
43 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-struct-return/
TestObjCStructReturn.py 38 exe = os.path.join(os.getcwd(), "a.out")
47 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/lang/objc/objc-super/
TestObjCSuper.py 40 exe = os.path.join(os.getcwd(), "a.out")
49 process = target.LaunchSimple (None, None, os.getcwd())
  /external/lldb/test/macosx/debug-info/apple_types/
TestAppleTypesIsProduced.py 40 exe = os.path.join(os.getcwd(), "main.o")
42 exe = os.path.join(os.getcwd(), "a.out.dSYM/Contents/Resources/DWARF/a.out")
  /external/lldb/test/python_api/objc_type/
TestObjCType.py 38 exe = os.path.join(os.getcwd(), "a.out")
49 process = target.LaunchSimple(None, None, os.getcwd())
  /external/lldb/test/python_api/target/
TestTargetAPI.py 114 exe = os.path.join(os.getcwd(), exe_name)
131 process = target.LaunchSimple(None, None, os.getcwd())
151 if m.GetFileSpec().GetDirectory() == os.getcwd() and m.GetFileSpec().GetFilename() == exe_name:
159 exe = os.path.join(os.getcwd(), exe_name)
174 exe = os.path.join(os.getcwd(), "a.out")
201 exe = os.path.join(os.getcwd(), "a.out")
240 exe = os.path.join(os.getcwd(), "a.out")
259 process = target.LaunchSimple(None, None, os.getcwd())
  /external/ltrace/testsuite/ltrace.minor/
count-record.exp 44 # 3.81 0.000301 301 1 getcwd
70 set pattern " 1 getcwd"
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 97 if (! getcwd(cwd, sizeof(cwd)))
98 perror("getcwd");
  /external/chromium_org/third_party/sqlite/src/test/
oserror.test 49 # The xOpen() method of the unix VFS calls getcwd() as well as open().
51 # a call to getcwd() may fail if there are no free file descriptors. So
52 # an error may be reported for either open() or getcwd() here.
65 } {^os_unix.c:\d+: \(\d+\) (open|getcwd)\(.*test.db\) - }
  /external/deqp/scripts/build/
common.py 20 oldDir = os.getcwd()
  /external/lldb/test/attic/
dotest.pl 36 my $dir = getcwd;

Completed in 627 milliseconds

1 23 4 5 6 7 8 91011>>