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

  /system/tools/hidl/utils/
Formatter.cpp 30 mSpacesPerIndent(spacesPerIndent),
126 fprintf(mFile, "%*s", (int)(mSpacesPerIndent * mIndentDepth), "");
136 fprintf(mFile, "%*s", (int)(mSpacesPerIndent * mIndentDepth), "");
  /system/tools/hidl/utils/include/hidl-util/
Formatter.h 150 size_t mSpacesPerIndent;

Completed in 55 milliseconds