Searched refs:pos_period (Results 1 - 1 of 1) sorted by relevance

/external/skia/tools/
H A Dwin_dbghelp.cpp212 int pos_period = i; local
222 strncpy(app_name, vargs0 + pos_last_slash + 1, pos_period - pos_last_slash - 1);
223 app_name[pos_period - pos_last_slash] = '\0';

Completed in 39 milliseconds