Searched refs:beg (Results 1 – 9 of 9) sorted by relevance
/system/bt/gd/fuzz/ |
D | helpers.cc | 29 auto beg = data; in SplitInput() local 31 while (const uint8_t* pos = (const uint8_t*)memmem(beg, end - beg, separator, separatorSize)) { in SplitInput() 32 result.push_back({beg, pos}); in SplitInput() 33 beg = pos + separatorSize; in SplitInput() 35 if (beg < end) { in SplitInput() 36 result.push_back({beg, end}); in SplitInput()
|
/system/libufdt/tests/src/ |
D | ufdt_verify_overlay_app.cpp | 40 file.seekg(0, std::ios::beg); in read_file_to_buf()
|
/system/chre/host/common/audio_stress_test/ |
D | audio_stress_test.cc | 88 file.seekg(0, std::ios::beg); in sendLoadNanoappRequest()
|
/system/tools/aidl/ |
D | io_delegate.cpp | 100 in.seekg(0, std::ios::beg); in GetFileContents()
|
/system/chre/host/common/ |
D | daemon_base.cc | 216 file.seekg(0, std::ios::beg); in readFileContents()
|
/system/chre/host/common/test/ |
D | chre_test_client.cc | 192 file.seekg(0, std::ios::beg); in readFileContents()
|
/system/security/ondevice-signing/ |
D | odsign_main.cpp | 230 odsign_info.seekg(0, std::ios::beg); in persistDigests()
|
/system/chre/host/common/test/power_test/ |
D | chre_power_test_client.cc | 355 file.seekg(0, std::ios::beg); in sendLoadNanoappRequest()
|
/system/libhidl/transport/ |
D | ServiceManagement.cpp | 148 if (!fs.seekg(0, fs.beg)) continue; in tryShortenProcessName()
|