Home
last modified time | relevance | path

Searched refs:num_args (Results 1 – 1 of 1) sorted by relevance

/build/tools/atree/
Dfs.cpp160 int num_args = 0; in strip_file() local
165 ++num_args; in strip_file()
170 if (num_args <= 0) { in strip_file()
174 } else if (num_args == 1) { in strip_file()
180 const char** args = (const char**) malloc(sizeof(const char*) * (num_args + 2)); in strip_file()
197 args[num_args] = path.c_str(); in strip_file()
198 args[num_args + 1] = NULL; in strip_file()