Home
last modified time | relevance | path

Searched refs:once (Results 1 – 25 of 1487) sorted by relevance

12345678910>>...60

/system/core/fs_mgr/tools/
Ddmuserd.cpp82 ssize_t once; in write_all() local
85 once = write(fd, buf_c + total, len - total); in write_all()
86 if (once < 0) return once; in write_all()
87 if (once == 0) { in write_all()
91 total += once; in write_all()
100 ssize_t once; in read_all() local
103 once = read(fd, buf_c + total, len - total); in read_all()
104 if (once < 0) return once; in read_all()
105 if (once == 0) { in read_all()
109 total += once; in read_all()
/system/extras/profcollectd/libprofcollectd/
DAndroid.bp43 "profcollectd_aidl_interface-rust", // Move to rlib once b/179041242 is fixed.
46 "libbinder_rs", // Remove once b/179041241 is fixed.
52 "libserde", // Remove once b/179041241 is fixed.
/system/bt/internal_include/
Dbt_common.h19 #pragma once
/system/security/keystore2/system_property/
Dsystem_property_bindgen.hpp16 #pragma once
/system/bt/gd/rust/topshim/bindings/
Dwrapper.h1 #pragma once
/system/nfc/src/include/
Dbuildcfg_hal.h24 #pragma once
/system/bt/packet/include/
Davrcp_packet.h17 #pragma once
Dpacket.h17 #pragma once
/system/bt/gd/packet/parser/fields/
Dall_fields.h17 #pragma once
/system/core/libstats/pull_rust/
Dstatslog.h1 #pragma once
/system/logging/liblog/rust/
Dliblog_wrapper.h1 #pragma once
/system/core/libcutils/rust/
Dcutils.h1 #pragma once
/system/core/fs_mgr/include/
Dfs_mgr_vendor_overlay.h17 #pragma once
/system/core/libstats/pull_lazy/
Dlibstatspull_lazy.h17 #pragma once
/system/linkerconfig/modules/include/linkerconfig/
Dlog.h16 #pragma once
/system/core/libstats/socket_lazy/
Dlibstatssocket_lazy.h17 #pragma once
/system/core/libprocessgroup/setup/include/processgroup/
Dsetup.h17 #pragma once
/system/bt/btcore/include/
Dosi_module.h19 #pragma once
/system/bt/btif/include/
Dbtif_debug.h19 #pragma once
/system/bt/hci/include/
Dbuffer_allocator.h19 #pragma once
/system/bt/osi/include/
Dmutex.h19 #pragma once
/system/logging/liblog/
Dlogger_write.h17 #pragma once
/system/logging/liblog/include_vndk/log/
Dlog_properties.h17 #pragma once
/system/tools/aidl/
Dos.h17 #pragma once
/system/security/keystore-engine/
Dkeystore2_engine.h17 #pragma once

12345678910>>...60