/external/chromium_org/third_party/android_crazy_linker/src/src/ |
crazy_linker_system.cpp | 65 if (getcwd(&result[0], capacity))
|
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/ |
unistd.pxd | 69 char *getcwd(char *, size_t)
|
/external/chromium_org/third_party/icu/source/samples/udata/ |
reader.c | 90 char *currdir = getcwd(NULL, 0);
|
writer.c | 71 char *currdir = getcwd(NULL, 0);
|
/external/chromium_org/third_party/skia/tools/ |
merge_static_libs.py | 27 curdir = os.getcwd()
|
/external/chromium_org/tools/gyp/test/compiler-override/ |
gyptest-compiler-global-settings.py | 26 replacements = { 'PYTHON': '/usr/bin/python', 'PWD': os.getcwd()}
|
/external/chromium_org/tools/ipc_fuzzer/mutate/ |
cf_package_builder.py | 43 self.old_cwd = os.getcwd()
|
/external/deqp/framework/delibs/scripts/ |
git-check.py | 41 oldDir = os.getcwd()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/ |
consoleLogs.php | 4 $parts = explode("/", getcwd());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
testResults.php.template | 5 $parts = explode("/", getcwd());
|
/external/icu/icu4c/source/samples/udata/ |
reader.c | 90 char *currdir = getcwd(NULL, 0);
|
writer.c | 71 char *currdir = getcwd(NULL, 0);
|
/external/lldb/test/api/multithreaded/ |
TestMultithreaded.py | 62 exe = [os.path.join(os.getcwd(), test_name), self.inferior]
|
/external/lldb/test/benchmarks/expression/ |
TestExpressionCmd.py | 32 exe = os.path.join(os.getcwd(), exe_name)
|
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/ |
TestBreakpointIDs.py | 27 exe = os.path.join (os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/breakpoint/inlined_breakpoints/ |
TestInlinedBreakpoints.py | 38 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/dead-strip/ |
TestDeadStrip.py | 32 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/fat_archives/ |
TestFatArchives.py | 39 exe = os.path.join (os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/inline-stepping/ |
TestInlineStepping.py | 115 exe = os.path.join(os.getcwd(), "a.out") 124 self.process = target.LaunchSimple (None, None, os.getcwd()) 211 exe = os.path.join(os.getcwd(), "a.out") 220 self.process = target.LaunchSimple (None, None, os.getcwd())
|
/external/lldb/test/functionalities/longjmp/ |
TestLongjmp.py | 37 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/stop-hook/ |
TestStopHookCmd.py | 44 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/functionalities/watchpoint/watchpoint_set_command/ |
TestWatchpointSetErrorCases.py | 34 exe = os.path.join(os.getcwd(), self.exe_name)
|
/external/lldb/test/lang/c/enum_types/ |
TestEnumTypes.py | 36 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/lang/c/forward/ |
TestForwardDeclaration.py | 32 exe = os.path.join(os.getcwd(), "a.out")
|
/external/lldb/test/lang/cpp/breakpoints/ |
TestCPPBreakpoints.py | 33 exe = os.path.join(os.getcwd(), "a.out")
|