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

12

/system/core/libcutils/
H A Dprocess_name.c6 * You may obtain a copy of the License at
48 char* copy = (char*) malloc(len + 1); local
49 strcpy(copy, new_name);
50 process_name = (const char*) 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/core/rootdir/
H A DAndroid.mk5 # Only copy init.rc if the target doesn't have its own.
/system/extras/kexec_tools/
H A DAndroid.mk5 # You may obtain a copy of the License at
/system/extras/ksmutils/
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/core/fastbootd/
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/memtrack/
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/libpixelflinger/codeflinger/tinyutils/
H A DTypeHelpers.h6 * You may obtain a copy of the License at
48 #define ANDROID_TYPE_TRAITS( T, ctor, dtor, copy, assign ) \
51 template<> struct trait_trivial_copy< T > { enum { value = copy }; }; \
115 * create, destroy, copy and assign types...
/system/core/libcorkscrew/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 1768 milliseconds

12