Searched refs:to (Results 1 - 25 of 42) sorted by path

12

/system/bluetooth/brfpatch/
H A DAndroid.mk3 # Utility to create Android bluetooth firmware from Texas Instruments .bts
/system/bluetooth/data/
H A Dauto_pairing.conf4 // This file contains information to prevent auto pairing with Bluetooth devices.
23 // Note the reverse logic in this case compared to other's in this file
/system/core/adb/
H A DAndroid.mk12 # Default to a virtual (sockets) usb interface
/system/core/fastboot/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/init/
H A DAndroid.mk46 # Make a symlink from /sbin/ueventd and /sbin/watchdogd to /init
/system/core/libcorkscrew/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/libcutils/
H A Dprivate.h14 ** Do NOT copy it to any system include directory.
150 you may need to compile with "-DHAVE_STDINT_H".
322 ** The default is to use gettext if available, and use MSGID otherwise.
/system/core/libmincrypt/tools/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/core/libpixelflinger/
H A DAndroid.mk56 # Required to define logging functions on the simulator.
/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.cpp313 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; variable
315 _do_move_forward(to, from, s);
363 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize;
364 _do_destroy(to, amount);
368 _do_move_backward(to, from, s);
/system/core/libsparse/
H A Dbacked_block.c10 * Unless required by applicable law or agreed to in writing, software
145 struct backed_block_list *to, struct backed_block *start,
164 to->last_used = NULL;
176 if (!to->data_blocks) {
177 to->data_blocks = start;
180 for (bb = to->data_blocks; bb; bb = bb->next) {
263 pointer to the last bb that was added, and start searching from
287 /* Queues a fill block of memory to be written to the specified data blocks */
305 /* Queues a block of memory to b
144 backed_block_list_move(struct backed_block_list *from, struct backed_block_list *to, struct backed_block *start, struct backed_block *end) argument
[all...]
H A Dbacked_block.h10 * Unless required by applicable law or agreed to in writing, software
61 struct backed_block_list *to, struct backed_block *start,
H A Dsparse.c10 * Unless required by applicable law or agreed to in writing, software
224 struct sparse_file *to, unsigned int len)
243 to->block_size, to->len, false, true, 0, false);
250 /* will call out_counter_write to update count */
270 to->backed_block_list, start, last_bb);
223 move_chunks_up_to_len(struct sparse_file *from, struct sparse_file *to, unsigned int len) argument
/system/core/libsync/
H A Dsync.c12 * Unless required by applicable law or agreed to in writing, software
32 __s32 to = timeout; local
34 return ioctl(fd, SYNC_IOC_WAIT, &to);
/system/core/libzipfile/
H A Dtest_zipfile.c6 void dump_zipfile(FILE* to, zipfile_t file);
H A Dzipfile.c96 // Use the undocumented "negative window bits" feature to tell zlib
132 dump_zipfile(FILE* to, zipfile_t file) argument
138 fprintf(to, "entryCount=%d\n", zip->entryCount);
140 fprintf(to, " file \"");
141 fwrite(entry->fileName, entry->fileNameLength, 1, to);
142 fprintf(to, "\"\n");
/system/core/rootdir/
H A DAndroid.mk22 # the /system/etc/init.goldfish.sh is needed to enable emulator support
25 # to run the dex pre-optimization *in* the emulator. So keep the file until
35 $(transform-prebuilt-to-target)
46 $(transform-prebuilt-to-target)
53 $(transform-prebuilt-to-target)
60 # to allow -user builds to properly run the dex pre-optimization pass in
64 $(transform-prebuilt-to-target)
70 $(transform-prebuilt-to-target)
/system/core/rootdir/etc/
H A Ddbus.conf11 <!-- Only listen on a local socket. (abstract=/path/to/socket
/system/core/sh/
H A DAndroid.mk57 # create /system/bin/sh symlink to $(TARGET_SHELL)
H A Dmystring.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
48 * scopy(from, to) Copy a string.
49 * scopyn(from, to, n) Like scopy, but checks for overflow.
50 * number(s) Convert a string of digits to an integer.
73 * scopyn - copy a string from "from" to "to", truncating the string
75 * truncation is performed. "Size" is the size of "to".
79 scopyn(const char *from, char *to, int size) argument
83 if ((*to
[all...]
H A Dredir.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
89 * background commands, where we want to redirect fd0 to /dev/null only
114 char memory[10]; /* file descriptors to write to memory */
120 /* We don't have to worry about REDIR_VFORK here, as
134 continue; /* redirect from/to same file descriptor */
252 * Handle here documents. Normally we fork off a process to write the
253 * data to
377 copyfd(int from, int to) argument
[all...]
/system/core/toolbox/cp/
H A Dcp.c7 * This code is derived from software contributed to Berkeley by
19 * may be used to endorse or promote products derived from this software
51 * Cp copies source files to target files.
53 * The global PATH_T structure "to" always contains the path to the
57 * The basic algorithm is to initialize "to" and use fts(3) to traverse
61 * path (relative to the root of the traversal) is appended to di
87 PATH_T to = { .p_end = to.p_path, .target_end = empty }; variable
[all...]
H A Dextern.h16 * may be used to endorse or promote products derived from this software
38 char *p_end; /* pointer to NULL at end of path */
39 char *target_end; /* pointer to end of target base */
40 char p_path[MAXPATHLEN + 1]; /* pointer to the start of a path */
43 extern PATH_T to;
H A Dutils.c16 * may be used to endorse or promote products derived from this software
97 const char *to; member in struct:finfo
108 fi->from, fi->to, written, fi->size, pcent);
131 * If the file DNE, set the mode to be the from file, minus setuid
142 (void)fprintf(stderr, "overwrite %s? ", to.p_path);
153 lstat(to.p_path, &sb) : stat(to.p_path, &sb);
155 warn("stat: %s", to.p_path);
161 to_fd = open(to.p_path, O_WRONLY | O_TRUNC, 0);
163 to_fd = open(to
[all...]
/system/extras/fatblock/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software

Completed in 1482 milliseconds

12