/external/lldb/test/functionalities/return-value/ |
TestReturnValue.py | 88 exe = os.path.join(os.getcwd(), "a.out") 98 self.process = self.target.LaunchSimple(None, None, os.getcwd())
|
/external/lldb/test/lang/cpp/dynamic-value/ |
TestDynamicValue.py | 101 exe = os.path.join(os.getcwd(), "a.out") 123 process = target.LaunchSimple (None, None, os.getcwd())
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
TestObjCDynamicValue.py | 59 exe = os.path.join(os.getcwd(), "a.out") 79 process = target.LaunchSimple (None, None, os.getcwd())
|
/external/lldb/test/lang/objc/objc-stepping/ |
TestObjCStepping.py | 45 exe = os.path.join(os.getcwd(), "a.out") 82 process = target.LaunchSimple (None, None, os.getcwd())
|
/external/lldb/test/python_api/hello_world/ |
TestHelloWorld.py | 87 self.exe = os.path.join(os.getcwd(), self.testMethodName) 115 process = target.LaunchSimple(None, None, os.getcwd())
|
/external/lldb/test/python_api/value/change_values/ |
TestChangeValueAPI.py | 47 exe = os.path.join(os.getcwd(), exe_name) 66 process = target.LaunchSimple(None, None, os.getcwd())
|
/external/lldb/test/ |
redo.py | 122 test_dir = os.getcwd() 158 dirs = [d for d in os.listdir(os.getcwd()) if d.startswith(name)]
|
/external/skia/experimental/benchtools/ |
greenify.py | 43 old_cwd = os.getcwd() 67 old_cwd = os.getcwd()
|
/ndk/sources/host-tools/make-3.81/ |
vmsfunctions.c | 139 return (getcwd (cwd, 512)); 141 return (getcwd (buf, 512));
|
vmsify.c | 412 s1 = getcwd(cwdbuf, MAXPATHLEN); 415 return ""; /* FIXME, err getcwd */ 796 s1 = getcwd(cwdbuf, MAXPATHLEN); 799 return ""; /* FIXME, err getcwd */ 853 s1 = getcwd(cwdbuf, MAXPATHLEN); 856 return ""; /*FIXME, err getcwd */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_unicode_file.py | 117 cwd = os.getcwd() 128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_unicode_file.py | 117 cwd = os.getcwd() 128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
|
/external/chromium_org/tools/auto_bisect/ |
bisect_utils.py | 162 cwd = os.getcwd() 213 cwd = os.getcwd() 321 path_to_dir = os.path.join(os.getcwd(), 'third_party', dir_name) 337 for path, _, files in os.walk(os.getcwd()): 380 cwd = os.getcwd() 494 original_cwd = os.getcwd()
|
builder.py | 242 path_to_chrome = os.path.join(os.getcwd(), '..') 270 path_to_chrome = os.path.join(os.getcwd(), '..') 385 path_to_sln = os.path.join(os.getcwd(), 'chrome', 'chrome.sln')
|
/external/e2fsprogs/intl/ |
dcigettext.c | 141 # define getcwd __getcwd macro 149 # define getcwd(buf, max) getwd (buf) macro 152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro 154 char *getcwd (); 537 path_max += 2; /* The getcwd docs say to do this. */ 545 ret = getcwd (dirname, path_max); [all...] |
/external/bison/darwin-lib/ |
unistd.h | 80 /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */ 86 /* Native Windows platforms declare chdir, getcwd, rmdir in 912 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>. 913 Additionally, the gnulib module 'getcwd' guarantees the following GN 930 # undef getcwd macro [all...] |
/external/bison/linux-lib/ |
unistd.h | 80 /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */ 86 /* Native Windows platforms declare chdir, getcwd, rmdir in 912 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>. 913 Additionally, the gnulib module 'getcwd' guarantees the following GN 930 # undef getcwd macro [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 288 old_wd = os.getcwd() 328 old_wd = os.getcwd() 346 curdir = os.getcwd() 382 curdir = os.getcwd() 407 curdir = os.getcwd()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_ext.py | 288 old_wd = os.getcwd() 328 old_wd = os.getcwd() 346 curdir = os.getcwd() 382 curdir = os.getcwd() 407 curdir = os.getcwd()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
kernel_intercept.cc | 152 // gtest uses getcwd in a static initializer and expects it to always 154 // the IRT's getcwd, and fall back to just returning ".". 168 return s_state.kp->getcwd(buf, size);
|
/external/chromium_org/testing/gtest/src/ |
gtest-filepath.cc | 109 char* result = getcwd(cwd, sizeof(cwd)); 111 // getcwd will likely fail in NaCl due to the sandbox, so return something 112 // reasonable. The user may have provided a shim implementation for getcwd,
|
/external/chromium_org/third_party/sqlite/src/src/ |
test_syscall.c | 24 ** open close access getcwd stat fstat 121 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 }, 240 ** A wrapper around getcwd().
|
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 142 cwd = os.getcwd() 196 path = os.getcwd()
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns_test.py | 190 f, self._file = tempfile.mkstemp(dir=os.getcwd()) 195 self._relative_fn = self._file[len(os.getcwd()) + 1:]
|