Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 12 of 12) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile()
68 void *loadFile(const char *fileName, uint32_t *size) in loadFile()
/device/google/sunfish/powerstats/
DRailDataProvider.cpp133 std::string fileName = devName + "/energy_value"; in parseIioEnergyNode() local
/device/google/redbull/powerstats/
DRailDataProvider.cpp124 std::string fileName = devName + "/energy_value"; in parseIioEnergyNode() local
/device/google/coral/powerstats/
DRailDataProvider.cpp133 std::string fileName = devName + "/energy_value"; in parseIioEnergyNode() local
/device/generic/goldfish-opengl/android-emu/aemu/base/
DAndroidHealthMonitor.h228 HealthWatchdogBuilder(HealthMonitorT* healthMonitor, const char* fileName, in HealthWatchdogBuilder()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c619 static bool loadNanoappElfFile(const char *fileName, struct ElfNanoApp *app) in loadNanoappElfFile()
792 static int handleAppStatic(const char *fileName, FILE *out, uint32_t layoutFlags, uint64_t appId, u… in handleAppStatic()
/device/google/bramble/dumpstate/
DDumpstateDevice.cpp129 static PosixTarHeader *tarHeader(PosixTarHeader *header, char *fileName, ssize_t fileSize) { in tarHeader()
/device/google/barbet/dumpstate/
DDumpstateDevice.cpp131 static PosixTarHeader *tarHeader(PosixTarHeader *header, char *fileName, ssize_t fileSize) { in tarHeader()
/device/google/sunfish/dumpstate/
DDumpstateDevice.cpp130 static PosixTarHeader *tarHeader(PosixTarHeader *header, char *fileName, ssize_t fileSize) { in tarHeader()
/device/google/coral/dumpstate/
DDumpstateDevice.cpp132 static PosixTarHeader *tarHeader(PosixTarHeader *header, char *fileName, ssize_t fileSize) { in tarHeader()
/device/google/redfin/dumpstate/
DDumpstateDevice.cpp129 static PosixTarHeader *tarHeader(PosixTarHeader *header, char *fileName, ssize_t fileSize) { in tarHeader()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan-hpp/
DVulkanHppGenerator.cpp14464 void writeToFile( std::string const & str, std::string const & fileName ) in writeToFile()