Searched refs:string (Results 251 - 275 of 314) sorted by relevance

<<111213

/system/core/toolbox/
H A Dschedtop.c8 #include <string.h>
/system/extras/ext4_utils/
H A Dcontents.c18 #include <string.h>
H A Dext4_utils.c28 #include <string.h>
H A Dmake_ext4fs.c32 #include <string.h>
/system/extras/librank/
H A Dlibrank.c21 #include <string.h>
/system/extras/showmap/
H A Dshowmap.c4 #include <string.h>
/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_mutex.c31 #include <string.h>
/system/vold/
H A DDirectVolume.cpp19 #include <string.h>
399 free(*it); /* Free the string storage */
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c125 #include <string.h>
/system/core/adb/
H A Djdwp_service.c7 #include <string.h>
241 /* read the PID as a 4-hexchar string */
H A Dservices.c20 #include <string.h>
H A Dsysdeps.h277 #include <string.h>
H A Dusb_libusb.c31 #include <string.h>
H A Dusb_linux_client.c20 #include <string.h>
81 .iInterface = 1, /* first string from the provided table */
107 .iInterface = 1, /* first string from the provided table */
/system/core/fs_mgr/
H A Dfs_mgr.c24 #include <string.h>
122 /* initialize fs_options to the null string */
251 /* if the last character is a newline, shorten the string by 1 byte */
278 /* if the last character is a newline, shorten the string by 1 byte */
/system/core/include/private/pixelflinger/
H A Dggl_context.h22 #include <string.h>
/system/core/init/
H A Dproperty_service.c20 #include <string.h>
/system/core/liblog/
H A Dfake_log_device.c25 #include <string.h>
166 * need to parse a string that looks like
299 * Return a human-readable string for the priority level. Always returns
300 * a valid string.
304 /* the first character of each string should be unique */
539 * tag (N bytes -- null-terminated ASCII string)
540 * message (N bytes -- null-terminated ASCII string)
/system/core/libnetutils/
H A Ddhcpclient.c22 #include <string.h>
/system/core/libpixelflinger/codeflinger/
H A DMIPSAssembler.cpp132 void ArmToMipsAssembler::comment(const char* string) argument
134 mMips->comment(string);
1366 void MIPSAssembler::comment(const char* string) argument
1368 mComments.add(pc(), string); local
/system/core/libpixelflinger/tinyutils/
H A DVectorImpl.cpp11 #include <string.h>
/system/core/libsparse/
H A Dsparse_read.c27 #include <string.h>
/system/core/toolbox/grep/
H A Dgrep.c52 #include <string.h>
H A Dutil.c51 #include <string.h>
280 * is looped to be compared along with the full string, saving each and every
/system/extras/tests/fstest/
H A Dperm_checker.c24 #include <string.h>

Completed in 6006 milliseconds

<<111213