OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:working_dir
(Results
51 - 54
of
54
) sorted by null
1
2
3
/external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp
610
const char *
working_dir
= launch_info.GetWorkingDirectory();
713
if (
working_dir
&&
working_dir
[0])
715
m_gdb_comm.SetWorkingDir (
working_dir
);
[
all
...]
/external/lldb/source/API/
SBTarget.cpp
192
SBLaunchInfo::SetWorkingDirectory (const char *
working_dir
)
194
m_opaque_sp->SetWorkingDirectory(
working_dir
);
[
all
...]
/external/lldb/source/Target/
Process.cpp
533
const char *
working_dir
= GetWorkingDirectory();
local
538
if (
working_dir
&&
working_dir
[0])
540
new_path +=
working_dir
;
[
all
...]
/ndk/tests/
run-tests.sh
596
run $ADB_CMD -s "$DEVICE" shell am startservice --user 0 -a ${COMPILER_PKGNAME}.BITCODE_COMPILE_TEST -n $COMPILER_PKGNAME/.AbccService -e
working_dir
$DSTDIR
[
all
...]
Completed in 230 milliseconds
1
2
3