HomeSort by relevance Sort by last modified time
    Searched full:libc_path (Results 1 - 8 of 8) sorted by null

  /device/google/contexthub/firmware/lib/
lib.mk 54 LIBC_PATH := $(NANOHUB_DIR)/lib/libc
56 SRCS += $(LIBC_PATH)/memcmp.c
57 #SRCS += $(LIBC_PATH)/memcpy-armv7m.S
58 SRCS += $(LIBC_PATH)/memcpy.c
59 SRCS += $(LIBC_PATH)/memmove.c
60 SRCS += $(LIBC_PATH)/memset.c
61 SRCS += $(LIBC_PATH)/strcasecmp.c
62 SRCS += $(LIBC_PATH)/strncpy.c
63 SRCS += $(LIBC_PATH)/strlen.c
67 SRCS += $(LIBC_PATH)/crt.
    [all...]
  /development/ndk/
unify_all.py 152 libc_path = android_path('bionic/libc')
178 shutil.copytree(os.path.join(libc_path, 'include'), install_path)
179 shutil.copytree(os.path.join(libc_path, 'kernel/uapi/linux'),
181 shutil.copytree(os.path.join(libc_path, 'kernel/uapi/asm-generic'),
183 shutil.copy2(os.path.join(libc_path, 'NOTICE'), install_path)
214 libc_path, 'arch-' + machine_arch, 'include/machine')
216 libc_path, 'kernel/uapi/asm-' + asm_arch, 'asm')
  /development/vndk/tools/definition-tool/tests/
test_elf_linker.py 412 libc_path = '/system/{}/libc.so'.format(lib_dir) variable in class:ELFLinkerTest.test_compute_sp_lib.MockGenericRefs
413 self.assertNotIn(libc_path, sp_hal)
414 self.assertNotIn(libc_path, sp_hal_dep)
415 self.assertNotIn(libc_path, vndk_sp_hal)
416 self.assertNotIn(libc_path, sp_ndk)
417 self.assertNotIn(libc_path, sp_ndk_indirect)
  /external/python/cpython2/Lib/ctypes/test/
test_callbacks.py 187 libc_path = find_library("c")
188 if not libc_path:
190 libc = CDLL(libc_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 185 libc_path = find_library("c")
186 if not libc_path:
188 libc = CDLL(libc_path)

Completed in 1579 milliseconds