Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 30) sorted by relevance

12

/system/vold/fs/
DF2fs.cpp43 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()
DExt4.cpp67 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()
DVfat.cpp67 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/
Dweave_error_conversion.h26 inline void ConvertError(const weave::Error& source, in ConvertError()
41 inline void ConvertError(const brillo::Error& source, in ConvertError()
/system/update_engine/update_manager/
Dgeneric_variables_unittest.cc40 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/
Dpartition_utils.c40 int partition_wiped(char *source) in partition_wiped()
/system/update_engine/
Dpayload_state.cc87 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()
Dpayload_state.h105 inline uint64_t GetCurrentBytesDownloaded(DownloadSource source) override { in GetCurrentBytesDownloaded()
109 inline uint64_t GetTotalBytesDownloaded(DownloadSource source) override { in GetTotalBytesDownloaded()
Dimage_properties_chromeos.cc69 void LoadLsbRelease(LsbReleaseSource source, brillo::KeyValueStore* store) { in LoadLsbRelease()
Dmetrics.cc387 DownloadSource source = static_cast<DownloadSource>(i); in ReportSuccessfulUpdateMetrics() local
Domaha_request_action.cc1351 InstallDateProvisioningSource source) { in PersistInstallDate()
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DSimpleParcelable.java39 public void readFromParcel(Parcel source) { in readFromParcel()
/system/bt/vendor_libs/test_vendor_lib/src/
Dpacket_stream.cc120 bool PacketStream::SendAll(const std::vector<uint8_t>& source, in SendAll()
Devent_packet.cc19 #define VECTOR_COPY_TO_END(source, destination) \ argument
/system/tpm/trunks/
Dbackground_command_transceiver.cc32 const std::string& source) { in AssignAndSignal()
/system/extras/perfprofd/quipper/base/
Dmacros.h213 inline Dest bit_cast(const Source& source) { in bit_cast()
/system/extras/perfprofd/quipper/
Daddress_mapper.cc11 AddressMapper::AddressMapper(const AddressMapper& source) { in AddressMapper()
/system/update_engine/payload_generator/
Dpayload_generation_config.h151 ImageConfig source; member
/system/sepolicy/tools/
Dsepolicy-check.c235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; in main() local
/system/core/adb/
Dusb_linux_client.cpp80 struct usb_endpoint_descriptor_no_audio source; member
86 struct usb_endpoint_descriptor_no_audio source; member
/system/core/fs_mgr/
Dfs_mgr.c224 static int __mount(const char *source, const char *target, const struct fstab_rec *rec) in __mount()
/system/core/init/
Daction.cpp124 std::string source = command.BuildSourceString(); in ExecuteCommand() local
Dbuiltins.cpp375 const char *source, *target, *system; in do_mount() local
/system/vold/
DVolumeManager.cpp299 for (auto source : mDiskSources) { in handleBlockEvent() local
422 std::string source(mPrimary->getPath()); in linkPrimary() local
DUtils.cpp177 status_t BindMount(const std::string& source, const std::string& target) { in BindMount()

12