HomeSort by relevance Sort by last modified time
    Searched refs:pos_last_slash (Results 1 - 2 of 2) sorted by null

  /external/skia/tools/
win_dbghelp.cpp 219 size_t pos_last_slash = 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';
227 strncpy(binaries_path, vargs0, pos_last_slash);
228 binaries_path[pos_last_slash] = '\0';
  /external/skqp/tools/
win_dbghelp.cpp 219 size_t pos_last_slash = 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';
227 strncpy(binaries_path, vargs0, pos_last_slash);
228 binaries_path[pos_last_slash] = '\0';

Completed in 963 milliseconds