Searched refs:create (Results 1 - 14 of 14) sorted by relevance
/system/vold/ |
H A D | Loop.h | 31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
|
H A D | Devmapper.h | 27 static int create(const char *name, const char *loopFile, const char *key,
|
H A D | VolumeManager.cpp | 337 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 D | Devmapper.cpp | 166 int Devmapper::create(const char *name, const char *loopFile, const char *key, function in class:Devmapper
|
H A D | Loop.cpp | 127 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 D | test_timer_create.c | 49 create(int seconds, int id) function 81 if (create (3, 1) < 0) return 1; 82 if (create (5, 2) < 0) return 1;
|
H A D | test_timer_create2.c | 49 create(int seconds, int id) function 93 if (create (3, 1) < 0) return 1; 94 if (create (5, 2) < 0) return 1;
|
H A D | test_timer_create3.c | 66 create(int seconds, int id) function 97 if (create (1, 1) < 0) return 1;
|
/system/core/include/utils/ |
H A D | FileMap.h | 42 * 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 D | Android.mk | 27 # create some directories (some are mount points)
|
/system/core/libcutils/ |
H A D | fs.c | 45 goto create; 63 create: 185 /* Nothing there yet; let's create it! */
|
/system/core/sh/ |
H A D | Android.mk | 57 # create /system/bin/sh symlink to $(TARGET_SHELL)
|
/system/core/libutils/ |
H A D | FileMap.cpp | 91 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, function in class:FileMap
|
H A D | Tokenizer.cpp | 73 if (fileMap->create(NULL, fd, 0, length, true)) {
|
Completed in 337 milliseconds