Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 17 of 17) sorted by relevance

/bionic/libc/stdio/
Dremove.c40 remove(const char *file) in remove() function
/bionic/libc/kernel/common/linux/
Dtransport_class.h26 int (*remove)(struct transport_container *, struct device *, member
30 …ransport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure…
Dplatform_device.h29 int (*remove)(struct platform_device *); member
Dsysdev.h40 int (*remove)(struct sys_device *); member
Ddevice.h52 int (*remove)(struct device * dev); member
81 int (*remove) (struct device * dev); member
159 void (*remove) (struct class_device *, struct class_interface *); member
Dnfs_xdr.h519 int (*remove) (struct inode *, struct qstr *); member
/bionic/libc/tzcode/
Dprivate.h212 #ifndef remove
214 #define remove unlink macro
/bionic/libc/kernel/tools/
Dutils.py242 dirs.remove(d)
259 os.remove(os.path.join(root, name))
323 self.old_files.remove(dst)
369 os.remove(dst)
/bionic/libc/kernel/common/linux/mmc/
Dcard.h94 void (*remove)(struct mmc_card *); member
/bionic/libc/tools/
Dbionic_utils.py295 dirs.remove(d)
312 os.remove(os.path.join(root, name))
/bionic/libc/kernel/common/linux/mtd/
Dmtd.h144 void (*remove)(struct mtd_info *mtd); member
/bionic/linker/
DREADME.TXT32 shared object, however, it must be given a list of symbols to remove
38 By default, these tools are only used to remove internal symbols from
/bionic/libstdc++/include/
Dcstdio72 using ::remove;
/bionic/libc/bionic/
Dpthread-timers.c202 int remove ) in thr_timer_table_from_id() argument
224 if (remove) in thr_timer_table_from_id()
/bionic/libc/kernel/
DREADME.TXT151 note that this also remove any reference to a kernel-specific configuration
155 2. remove variable and function declarations:
171 note that we do *not* remove macro definitions, including these macro that
179 the final pass remove any comments and empty lines from the final headers.
/bionic/libc/include/
Dstdio.h259 int remove(const char *);
/bionic/libc/
DAndroid.mk118 stdio/remove.c \