OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_str
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
adb.c
829
*
target_str
points to the target string, it's content will be overwritten.
833
void build_local_name(char*
target_str
, size_t target_size, int server_port)
835
snprintf(
target_str
, target_size, "tcp:%d", server_port);
[
all
...]
/external/chromium/base/
file_util_unittest.cc
71
std::wstring
target_str
;
local
74
target_str
+= kPathPrefix;
75
target_str
+= target_path.value();
76
const wchar_t* target =
target_str
.c_str();
[
all
...]
Completed in 70 milliseconds