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

/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.cpp337 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) {
349 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice,
951 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) {
987 if (Devmapper::create(idHash, loopDevice, key, nr_sec,
1092 if (Loop::create(idHash, img, loopDevice, sizeof(loopDevice))) {
1127 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/include/utils/
H A DFileMap.h42 * TODO: we should be able to create a new FileMap that is a subset of
59 bool create(const char* origFileName, int fd,
78 * Get the data offset used to create this map.
/system/core/rootdir/
H A DAndroid.mk27 # create some directories (some are mount points)
/system/core/libcutils/
H A Dfs.c45 goto create;
63 create:
185 /* Nothing there yet; let's create it! */
/system/core/sh/
H A DAndroid.mk57 # create /system/bin/sh symlink to $(TARGET_SHELL)
/system/core/libutils/
H A DFileMap.cpp91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
H A DTokenizer.cpp73 if (fileMap->create(NULL, fd, 0, length, true)) {

Completed in 337 milliseconds