Searched refs:copy (Results 1 - 25 of 25) sorted by relevance

/system/core/libcutils/
H A Dprocess_name.c6 * You may obtain a copy of the License at
44 char* copy = (char*) malloc(len + 1); local
45 strcpy(copy, new_name);
46 process_name = (const char*) copy;
H A Dmq.c6 * You may obtain a copy of the License at
1143 Buffer* copy = bufferCreate(size); local
1144 if (copy == NULL) {
1151 memcpy(copy->data, bytes, size);
1152 copy->size = size;
1154 packet->bytes = copy;
/system/core/toolbox/
H A Ddynarray.c71 char *copy = malloc(slen+1); local
72 memcpy(copy, str, slen);
73 copy[slen] = '\0';
74 dynarray_append(list, copy);
/system/core/libmincrypt/tools/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/latencytop/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/libpagemap/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/librank/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/libublock/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/procmem/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/timeinfo/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/fatblock/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/procrank/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/tests/cpueater/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/tests/fstest/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/tests/sdcard/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/security/keystore-engine/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/security/softkeymaster/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/core/toolbox/cp/
H A Dcp.c96 static int copy(char *[], enum op, int);
235 * In (1), the target becomes a copy of the source. That is, if the
303 exit(copy(argv, type, fts_options));
328 copy(char *argv[], enum op type, int fts_options) function
/system/core/fastboot/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/core/libcorkscrew/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h38 #define ANDROID_TYPE_TRAITS( T, ctor, dtor, copy, assign ) \
41 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \
105 * create, destroy, copy and assign types...
/system/core/init/
H A Dkeywords.h91 KEYWORD(copy, COMMAND, 2, do_copy)
/system/core/rootdir/
H A DAndroid.mk42 # Only copy init.rc if the target doesn't have its own.
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/tests/bionic/libc/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 779 milliseconds