OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binaries_path
(Results
1 - 2
of
2
) sorted by null
/external/skia/tools/
win_dbghelp.h
20
void setBinariesPath(const char*
binaries_path
);
win_dbghelp.cpp
62
void setBinariesPath(const char*
binaries_path
) {
63
strncpyOrSetBlank(debug_binaries_path,
binaries_path
,
226
char
binaries_path
[MAX_PATH];
local
227
strncpy(
binaries_path
, vargs0, pos_last_slash);
228
binaries_path
[pos_last_slash] = '\0';
229
setBinariesPath(
binaries_path
);
Completed in 5505 milliseconds