Searched refs:create (Results 1 - 12 of 12) sorted by relevance

/system/bluetooth/brfpatch/
H A DAndroid.mk3 # Utility to create Android bluetooth firmware from Texas Instruments .bts
/system/vold/
H A DLoop.h31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
H A DDevmapper.h27 static int create(const char *name, const char *loopFile, const char *key,
H A DVolumeManager.cpp317 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) {
329 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice,
886 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) {
922 if (Devmapper::create(idHash, loopDevice, key, nr_sec,
1023 if (Loop::create(idHash, img, loopDevice, sizeof(loopDevice))) {
1058 if (Devmapper::create(idHash, loopDevice, key, nr_sec,
H A DDevmapper.cpp166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper
H A DLoop.cpp127 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { function in class:Loop
/system/extras/tests/bionic/libc/other/
H A Dtest_timer_create.c49 create(int seconds, int id) function
81 if (create (3, 1) < 0) return 1;
82 if (create (5, 2) < 0) return 1;
H A Dtest_timer_create2.c49 create(int seconds, int id) function
93 if (create (3, 1) < 0) return 1;
94 if (create (5, 2) < 0) return 1;
H A Dtest_timer_create3.c66 create(int seconds, int id) function
97 if (create (1, 1) < 0) return 1;
/system/core/libcutils/
H A Dfs.c38 goto create;
56 create:
/system/core/sh/
H A DAndroid.mk57 # create /system/bin/sh symlink to $(TARGET_SHELL)
/system/core/rootdir/
H A DAndroid.mk74 # create some directories (some are mount points)

Completed in 6963 milliseconds