Home
last modified time | relevance | path

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

/system/core/tzdatacheck/
Dtzdatacheck.cpp106 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()
/system/tools/hidl/c2hal/
DAST.cpp259 std::string fileName = declaration->getInterfaceName() + ".hal"; in generateFile() local
/system/tools/hidl/
DCoordinator.cpp333 for (const auto &fileName : fileNames) { in appendPackageInterfacesToVector() local
/system/core/init/
Dreboot.cpp146 std::string fileName = StringPrintf("%s/%s/brightness", backlightDir, dp->d_name); in TurnOffBacklight() local
/system/core/liblog/
Devent_tag_map.cpp404 LIBLOG_ABI_PUBLIC EventTagMap* android_openEventTagMap(const char* fileName) { in android_openEventTagMap()
/system/vold/
DVolumeManager.cpp1459 int VolumeManager::unmountObb(const char *fileName, bool force) { in unmountObb()
1478 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
/system/core/libziparchive/
Dzip_archive.cc470 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle) { in OpenArchive()