Home
last modified time | relevance | path

Searched defs:entry_name (Results 1 – 16 of 16) sorted by relevance

/system/extras/simpleperf/
Dread_apk.h39 std::string entry_name, in EmbeddedElf()
53 const std::string &entry_name() const { return entry_name_; } in entry_name() function
Dgtest_main.cpp70 std::string entry_name(name.name, name.name + name.name_length); in ExtractTestDataFromElfSection() local
Dread_apk.cpp98 std::string entry_name; in FindElfInApkByOffsetWithoutCache() local
/system/core/libziparchive/
Dentry_name_utils-inl.h25 inline bool IsValidEntryName(const uint8_t* entry_name, const size_t length) { in IsValidEntryName()
Dzip_archive_test.cc498 ZipArchiveHandle& handle, const std::string& entry_name, bool raw, in ZipArchiveStreamTest()
529 const std::string& zip_file, const std::string& entry_name, in ZipArchiveStreamTestUsingContents()
544 … void ZipArchiveStreamTestUsingMemory(const std::string& zip_file, const std::string& entry_name) { in ZipArchiveStreamTestUsingMemory()
Dzip_archive.cc414 ZipString entry_name; in ParseZipArchive() local
/system/connectivity/shill/ethernet/
Dethernet_eap_provider.cc67 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
/system/connectivity/shill/
Dprofile.cc230 void Profile::DeleteEntry(const std::string& entry_name, Error* error) { in DeleteEntry()
247 ServiceRefPtr Profile::GetServiceFromEntry(const std::string& entry_name, in GetServiceFromEntry()
Dmanager.cc833 const std::string& entry_name) { in HandleProfileEntryDeletion()
858 string entry_name = service->GetLoadableStorageIdentifier( in GetLoadableProfileEntriesForService() local
868 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in GetServiceWithStorageIdentifier()
882 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
Dmanager_unittest.cc1308 string entry_name("entry_name"); in TEST_F() local
1418 string entry_name("entry_name"); in TEST_F() local
/system/connectivity/shill/vpn/
Dvpn_provider.cc96 const string& entry_name, in GetServiceParametersFromStorage()
324 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
/system/connectivity/shill/wimax/
Dwimax_provider.cc186 const std::string& entry_name, in GetServiceParametersFromStorage()
258 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
/system/core/bootstat/
Dboot_event_record_store_test.cpp84 const std::string entry_name(entry->d_name); in DeleteDirectory() local
/system/connectivity/shill/wifi/
Dwifi_provider.cc221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
640 const std::string& entry_name, in GetServiceParametersFromStorage()
Dwifi_provider_unittest.cc746 string entry_name = AddServiceToProfileStorage( in TEST_F() local
758 string entry_name = AddServiceToProfileStorage( in TEST_F() local
770 string entry_name = AddServiceToProfileStorage( in TEST_F() local
783 string entry_name = AddServiceToProfileStorage( in TEST_F() local
796 string entry_name = AddServiceToProfileStorage( in TEST_F() local
/system/core/fastboot/
Dfastboot.cpp467 static void* unzip_file(ZipArchiveHandle zip, const char* entry_name, int64_t* sz) in unzip_file()
575 static int unzip_to_file(ZipArchiveHandle zip, char* entry_name) { in unzip_to_file()