Searched refs:to (Results 26 - 42 of 42) sorted by last modified time

12

/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
/system/extras/latencytop/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/libpagemap/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/librank/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/libublock/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/procmem/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/procrank/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/tests/bionic/libc/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # define the BIONIC_TESTS environment variable to build the test programs
22 # used to define a simple test program and build it as a standalone
25 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
44 # you can use EXTRA_LDLIBS to indicate additional linker flags
87 # _XOPEN_SOURCE=600 is needed to get pthread_mutexattr_settype() on GLibc
117 # -Wl,-u,foo is used to ensure that symbol "foo" is not
119 # appears to be unused.
169 # to buil
[all...]
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # define the BIONIC_TESTS environment variable to build the test programs
23 # used to define a simple test program and build it as a standalone
26 # you can use EXTRA_CFLAGS to indicate additional CFLAGS to use
42 # you can use EXTRA_LDLIBS to indicate additional linker flags
/system/extras/tests/cpueater/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/tests/fstest/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/extras/tests/sdcard/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
16 # define the BIONIC_TESTS environment variable to build the test programs
/system/extras/timeinfo/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/system/netd/
H A Dndc.c10 * Unless required by applicable law or agreed to in writing, software
45 // try interpreting the first arg as the socket name - if it fails go back to netd
110 printf("[Connected to Netd]\n");
114 struct timeval to; local
117 to.tv_sec = 10;
118 to.tv_usec = 0;
123 if ((rc = select(sock +1, &read_fds, NULL, NULL, &to)) < 0) {
135 fprintf(stderr, "Lost connection to Netd - did it crash?\n");

Completed in 4665 milliseconds

12