Searched defs:fileName (Results 1 – 7 of 7) sorted by relevance
106 static bool readBytes(const std::string& fileName, char* buffer, size_t byteCount) { in readBytes()127 static bool checkValidTzDataHeader(const std::string& fileName, const char* headerBytes) { in checkValidTzDataHeader()
259 std::string fileName = declaration->getInterfaceName() + ".hal"; in generateFile() local
333 for (const auto &fileName : fileNames) { in appendPackageInterfacesToVector() local
146 std::string fileName = StringPrintf("%s/%s/brightness", backlightDir, dp->d_name); in TurnOffBacklight() local
404 LIBLOG_ABI_PUBLIC EventTagMap* android_openEventTagMap(const char* fileName) { in android_openEventTagMap()
1459 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb()1478 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
470 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle) { in OpenArchive()