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

/system/core/logcat/
H A Dgetopt_long.cpp118 const char* current_argv = context->place;
262 if (context->optreset || !*context->place) { // update scanning pointer
265 context->place = EMSG;
276 if (*(context->place = nargv[context->optind]) != '-' ||
277 context->place[1] == '\0') {
278 context->place = EMSG; // found non-option
304 if (context->place[1] != '\0' && *++(context->place) == '-' &&
305 context->place[1] == '\0') {
307 context->place
[all...]
/system/extras/simpleperf/
H A Dtracing.h50 void GetField(const std::string& name, TracingFieldPlace& place) { argument
52 place.offset = field.offset;
53 place.size = field.elem_size;
/system/core/logcat/include/log/
H A Dgetopt.h43 const char* place; member in struct:getopt_context
/system/core/libbacktrace/
H A DGetPss.cpp36 static bool ReadData(int fd, off_t place, uint64_t *data) { argument
37 if (lseek(fd, place * sizeof(uint64_t), SEEK_SET) < 0) {

Completed in 93 milliseconds