HomeSort by relevance Sort by last modified time
    Searched full:pos_period (Results 1 - 1 of 1) sorted by null

  /external/skia/tools/
win_dbghelp.cpp 212 size_t 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 343 milliseconds