Home
last modified time | relevance | path

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

/system/memory/libmeminfo/libelf64/
Dparse.cpp26 Elf64Parser::Elf64Parser(const std::string& fileName, Elf64Binary& elfBinary) in Elf64Parser()
145 bool Elf64Parser::ParseElfFile(const std::string& fileName, Elf64Binary& elf64Binary) { in ParseElfFile()
157 bool Elf64Parser::IsElf64(const std::string& fileName) { in IsElf64()
Dwriter.cpp32 void Elf64Writer::WriteElf64File(const Elf64Binary& elf64Binary, const std::string& fileName) { in WriteElf64File()
42 Elf64Writer::Elf64Writer(const std::string& fileName) { in Elf64Writer()
/system/core/fastboot/
Dfs.cpp114 static int generate_ext4_image(const char* fileName, long long partSize, unsigned eraseBlkSize, in generate_ext4_image()
181 static int generate_f2fs_image(const char* fileName, long long partSize, unsigned /* unused */, in generate_f2fs_image()
243 int fs_generator_generate(const struct fs_generator* gen, const char* fileName, long long partSize, in fs_generator_generate()
/system/libvintf/include/vintf/
DWithFileName.h33 const std::string& fileName() const { return mFileName; } in fileName() function
/system/tools/xsdc/src/main/java/com/android/xsdc/
DFileSystem.java37 public PrintWriter getPrintWriter(String fileName) throws IOException { in getPrintWriter()
DXsdHandler.java671 String fileName = state.attributeMap.get("schemaLocation"); in addInclude() local
/system/media/audio/include/system/
Daudio_config.h50 static inline std::string audio_find_readable_configuration_file(const char* fileName) { in audio_find_readable_configuration_file()
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DChreTestUtil.java61 public static InputStream getNanoAppInputStream(Context context, String fileName) { in getNanoAppInputStream()
77 public static NanoAppBinary createNanoAppBinary(String fileName) { in createNanoAppBinary()
/system/extras/perf_tools/bats/
Dlcan.py530 def scanKeyWords(self, fileName): argument
543 def scanTook(self, fileName): argument
547 def convert(self, fileName): argument
553 def phases(self, fileName): argument
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DConfig.java37 private static final String fileName = "config.json"; field in Config
/system/tools/hidl/c2hal/
DAST.cpp258 std::string fileName = declaration->getInterfaceName() + ".hal"; in generateFile() local
/system/apex/tests/src/com/android/tests/apex/host/
DApexCompressionTests.java122 private void pushTestApex(final String fileName) throws Exception { in pushTestApex()
/system/logging/liblog/
Devent_tag_map.cpp282 EventTagMap* android_openEventTagMap(const char* fileName) { in android_openEventTagMap()
/system/tools/hidl/
Dmain.cpp85 std::string fileName; in appendOutputFiles() local
286 const std::string& fileName, const FileGenerator::GenerationFunction& generationFunction) { in singleFileGenerator()
502 const std::string& fileName, bool* isVariant) { in hasVariantFile()
DCoordinator.cpp137 const std::string& fileName, std::string* path) const { in getFilepath() argument
517 for (const auto &fileName : fileNames) { in appendPackageInterfacesToVector() local
/system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/
DTzLookupGeneratorTest.java1223 private static Path checkFileExists(String fileName) { in checkFileExists()
1229 private static void assertFileMissing(String fileName) throws IOException { in assertFileMissing()
/system/libvintf/
Dparse_xml.cpp183 std::string fileName; member
242 std::string_view fileName{o->fileName()}; in fromXml() local
DAssembleVintf.cpp822 const std::string& fileName = it->name(); in tryAssemble() local
DVintfObject.cpp609 for (const std::string& fileName : fileNames) { in getAllFrameworkMatrixLevels() local
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp1056 bool writeStatToFile(int statDirFd, const std::string& fileName, const std::string& stat) { in writeStatToFile()
1072 bool writeStatToFile(int statDirFd, const std::string& fileName, int64_t stat) { in writeStatToFile()
/system/libziparchive/
Dzip_archive.cc700 int32_t OpenArchive(const char* fileName, ZipArchiveHandle* handle) { in OpenArchive()