OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_name
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
stat.c
109
char
fixed_name
[PATH_MAX + 1] = {0};
local
117
strcpy (
fixed_name
, name);
118
if (ISSLASH (
fixed_name
[len - 1]))
121
while (len && ISSLASH (
fixed_name
[len - 1]))
122
fixed_name
[--len] = '\0';
124
fixed_name
[0] = '/';
127
fixed_name
[len++] = '/';
128
result = orig_stat (
fixed_name
, st);
/external/lldb/source/Expression/
ClangExpressionDeclMap.cpp
559
ConstString
fixed_name
(fixed_scratch.c_str());
562
log->Printf("Failed to find symbols given non-const name %s; trying %s", name.GetCString(),
fixed_name
.GetCString());
564
FindCodeSymbolInContext(
fixed_name
, m_parser_vars->m_sym_ctx, sc_list);
[
all
...]
Completed in 83 milliseconds