Home
last modified time | relevance | path

Searched defs:nchars (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/modules/Gki/libkver/
H A Dkmi_version.cpp30 int nchars = -1; in Parse() local
H A Dkernel_release.cpp31 int nchars = -1; in Parse() local
/aosp12/bionic/benchmarks/
H A Dutil.cpp53 wchar_t* GetAlignedPtr(std::vector<wchar_t>* buf, size_t alignment, size_t nchars) { in GetAlignedPtr()
/aosp12/bionic/tests/
H A Dstdio_test.cpp610 constexpr size_t nchars = 32; in TEST() local
630 constexpr size_t nchars = 32; in TEST() local
638 constexpr size_t nchars = 32; in TEST() local
647 constexpr size_t nchars = 32; in TEST() local
656 constexpr size_t nchars = 32; in TEST() local
664 constexpr size_t nchars = 32; in TEST() local
672 constexpr size_t nchars = 32; in TEST() local
680 constexpr size_t nchars = 32; in TEST() local
688 constexpr size_t nchars = 32; in TEST() local
699 constexpr size_t nchars = 32; in TEST() local
/aosp12/packages/modules/adb/
H A Dadb_utils.cpp332 DWORD nchars = GetTempPathW(arraysize(temp_path), temp_path); in GetLogFilePath() local
/aosp12/bionic/libc/stdio/
H A Dprintf_common.h767 size_t insize, nchars, nconv; in mbsconv() local
/aosp12/system/core/fastboot/
H A Dfastboot.cpp581 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local