Searched refs:remove (Results 1 – 17 of 17) sorted by relevance
/bionic/libc/stdio/ |
D | remove.c | 40 remove(const char *file) in remove() function
|
/bionic/libc/kernel/common/linux/ |
D | transport_class.h | 26 int (*remove)(struct transport_container *, struct device *, member 30 …ransport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure…
|
D | platform_device.h | 29 int (*remove)(struct platform_device *); member
|
D | sysdev.h | 40 int (*remove)(struct sys_device *); member
|
D | device.h | 52 int (*remove)(struct device * dev); member 81 int (*remove) (struct device * dev); member 159 void (*remove) (struct class_device *, struct class_interface *); member
|
D | nfs_xdr.h | 519 int (*remove) (struct inode *, struct qstr *); member
|
/bionic/libc/tzcode/ |
D | private.h | 212 #ifndef remove 214 #define remove unlink macro
|
/bionic/libc/kernel/tools/ |
D | utils.py | 242 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/ |
D | card.h | 94 void (*remove)(struct mmc_card *); member
|
/bionic/libc/tools/ |
D | bionic_utils.py | 295 dirs.remove(d) 312 os.remove(os.path.join(root, name))
|
/bionic/libc/kernel/common/linux/mtd/ |
D | mtd.h | 144 void (*remove)(struct mtd_info *mtd); member
|
/bionic/linker/ |
D | README.TXT | 32 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/ |
D | cstdio | 72 using ::remove;
|
/bionic/libc/bionic/ |
D | pthread-timers.c | 202 int remove ) in thr_timer_table_from_id() argument 224 if (remove) in thr_timer_table_from_id()
|
/bionic/libc/kernel/ |
D | README.TXT | 151 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/ |
D | stdio.h | 259 int remove(const char *);
|
/bionic/libc/ |
D | Android.mk | 118 stdio/remove.c \
|