/system/extras/simpleperf/ |
D | read_apk.h | 39 std::string entry_name, in EmbeddedElf() 53 const std::string &entry_name() const { return entry_name_; } in entry_name() function
|
D | gtest_main.cpp | 70 std::string entry_name(name.name, name.name + name.name_length); in ExtractTestDataFromElfSection() local
|
D | read_apk.cpp | 98 std::string entry_name; in FindElfInApkByOffsetWithoutCache() local
|
/system/core/libziparchive/ |
D | entry_name_utils-inl.h | 25 inline bool IsValidEntryName(const uint8_t* entry_name, const size_t length) { in IsValidEntryName()
|
D | zip_archive_test.cc | 498 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()
|
D | zip_archive.cc | 414 ZipString entry_name; in ParseZipArchive() local
|
/system/connectivity/shill/ethernet/ |
D | ethernet_eap_provider.cc | 67 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/ |
D | profile.cc | 230 void Profile::DeleteEntry(const std::string& entry_name, Error* error) { in DeleteEntry() 247 ServiceRefPtr Profile::GetServiceFromEntry(const std::string& entry_name, in GetServiceFromEntry()
|
D | manager.cc | 833 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()
|
D | manager_unittest.cc | 1308 string entry_name("entry_name"); in TEST_F() local 1418 string entry_name("entry_name"); in TEST_F() local
|
/system/connectivity/shill/vpn/ |
D | vpn_provider.cc | 96 const string& entry_name, in GetServiceParametersFromStorage() 324 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.cc | 186 const std::string& entry_name, in GetServiceParametersFromStorage() 258 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile()
|
/system/core/bootstat/ |
D | boot_event_record_store_test.cpp | 84 const std::string entry_name(entry->d_name); in DeleteDirectory() local
|
/system/connectivity/shill/wifi/ |
D | wifi_provider.cc | 221 const ProfileRefPtr& profile, const std::string& entry_name, Error* error) { in CreateTemporaryServiceFromProfile() 640 const std::string& entry_name, in GetServiceParametersFromStorage()
|
D | wifi_provider_unittest.cc | 746 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/ |
D | fastboot.cpp | 467 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()
|