/system/vold/fs/ |
D | F2fs.cpp | 43 status_t Check(const std::string& source) { in Check() 53 status_t Mount(const std::string& source, const std::string& target) { in Mount() 72 status_t Format(const std::string& source) { in Format()
|
D | Ext4.cpp | 67 status_t Check(const std::string& source, const std::string& target) { in Check() 129 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount() 154 status_t Resize(const std::string& source, unsigned long numSectors) { in Resize() 164 status_t Format(const std::string& source, unsigned long numSectors, in Format()
|
D | Vfat.cpp | 67 status_t Check(const std::string& source) { in Check() 126 status_t Mount(const std::string& source, const std::string& target, bool ro, in Mount() 172 status_t Format(const std::string& source, unsigned long numSectors) { in Format()
|
/system/weaved/buffet/ |
D | weave_error_conversion.h | 26 inline void ConvertError(const weave::Error& source, in ConvertError() 41 inline void ConvertError(const brillo::Error& source, in ConvertError()
|
/system/update_engine/update_manager/ |
D | generic_variables_unittest.cc | 40 int source = 5; in TEST_F() local 61 int source = 5; in TEST_F() local 90 const CopyConstructorTestClass source; in TEST_F() local 104 int source = 5; in TEST_F() local
|
/system/core/libcutils/ |
D | partition_utils.c | 40 int partition_wiped(char *source) in partition_wiped()
|
/system/update_engine/ |
D | payload_state.cc | 87 DownloadSource source = static_cast<DownloadSource>(i); in Initialize() local 676 DownloadSource source = static_cast<DownloadSource>(i); in CollectAndReportSuccessfulUpdateMetrics() local 777 DownloadSource source = static_cast<DownloadSource>(i); in ResetDownloadSourcesOnNewUpdate() local 1096 string PayloadState::GetPrefsKey(const string& prefix, DownloadSource source) { in GetPrefsKey() 1100 void PayloadState::LoadCurrentBytesDownloaded(DownloadSource source) { in LoadCurrentBytesDownloaded() 1106 DownloadSource source, in SetCurrentBytesDownloaded() 1124 void PayloadState::LoadTotalBytesDownloaded(DownloadSource source) { in LoadTotalBytesDownloaded() 1130 DownloadSource source, in SetTotalBytesDownloaded()
|
D | payload_state.h | 105 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded() 109 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override { in GetTotalBytesDownloaded()
|
D | image_properties_chromeos.cc | 69 void LoadLsbRelease(LsbReleaseSource source, brillo::KeyValueStore* store) { in LoadLsbRelease()
|
D | metrics.cc | 387 DownloadSource source = static_cast<DownloadSource>(i); in ReportSuccessfulUpdateMetrics() local
|
D | omaha_request_action.cc | 1351 InstallDateProvisioningSource source) { in PersistInstallDate()
|
/system/tools/aidl/tests/java_app/src/android/aidl/tests/ |
D | SimpleParcelable.java | 39 public void readFromParcel(Parcel source) { in readFromParcel()
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
D | packet_stream.cc | 120 bool PacketStream::SendAll(const std::vector<uint8_t>& source, in SendAll()
|
D | event_packet.cc | 19 #define VECTOR_COPY_TO_END(source, destination) \ argument
|
/system/tpm/trunks/ |
D | background_command_transceiver.cc | 32 const std::string& source) { in AssignAndSignal()
|
/system/extras/perfprofd/quipper/base/ |
D | macros.h | 213 inline Dest bit_cast(const Source& source) { in bit_cast()
|
/system/extras/perfprofd/quipper/ |
D | address_mapper.cc | 11 AddressMapper::AddressMapper(const AddressMapper& source) { in AddressMapper()
|
/system/update_engine/payload_generator/ |
D | payload_generation_config.h | 151 ImageConfig source; member
|
/system/sepolicy/tools/ |
D | sepolicy-check.c | 235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; in main() local
|
/system/core/adb/ |
D | usb_linux_client.cpp | 80 struct usb_endpoint_descriptor_no_audio source; member 86 struct usb_endpoint_descriptor_no_audio source; member
|
/system/core/fs_mgr/ |
D | fs_mgr.c | 224 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) in __mount()
|
/system/core/init/ |
D | action.cpp | 124 std::string source = command.BuildSourceString(); in ExecuteCommand() local
|
D | builtins.cpp | 375 const char *source, *target, *system; in do_mount() local
|
/system/vold/ |
D | VolumeManager.cpp | 299 for (auto source : mDiskSources) { in handleBlockEvent() local 422 std::string source(mPrimary->getPath()); in linkPrimary() local
|
D | Utils.cpp | 177 status_t BindMount(const std::string& source, const std::string& target) { in BindMount()
|