Home
last modified time | relevance | path

Searched refs:readFile (Results 1 – 9 of 9) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedCameraHotplugThread.cpp180 int newStatus = readFile(filePath); in threadLoop()
300 int EmulatedCameraHotplugThread::readFile(const String8& filePath) const { in readFile() function in android::EmulatedCameraHotplugThread
DEmulatedCameraHotplugThread.h61 int readFile(const String8& filePath) const;
/device/google/contexthub/lib/include/nanohub/
Dnanoapp.h29 bool readFile(void *dst, uint32_t len, const char *fileName);
/device/google/trout/hal/dumpstate/aidl/1.0/config/
DXmlServiceSupplier.cpp30 if (auto cfg = dumpstate::hal::configuration::V1_0::readFile(path.c_str())) { in fromFile()
Ddumpstate_hal_configuration_V1_0.h41 std::optional<DumpstateHalConfiguration> readFile(const char* configFile);
Ddumpstate_hal_configuration_V1_0.cpp71 std::optional<DumpstateHalConfiguration> readFile(const char* configFile) { in readFile() function
/device/google/contexthub/lib/nanohub/
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile() function
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c503 if (!readFile(rsa.exponent, sizeof(rsa.exponent), keyPvtFile)) in main()
512 if (!readFile(rsa.modulus, sizeof(rsa.modulus), keyPubFile)) in main()
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c329 if (!readFile(key, sizeof(key), keyFile)) in main()