/system/core/libutils/ |
D | NativeHandle.cpp | 22 sp<NativeHandle> NativeHandle::create( in create() function in android::NativeHandle
|
D | Tokenizer.cpp | 73 if (fileMap->create(NULL, fd, 0, length, true)) { in open()
|
D | FileMap.cpp | 90 bool FileMap::create(const char* origFileName, int fd, off64_t offset, size_t length, in create() function in FileMap
|
D | README | 10 If that isn't feasible, create a system-independent interface and hide 13 The ultimate goal is *not* to create a super-duper platform abstraction 207 The aapt -o flag instructs aapt to create an overlay package. 218 when the display is in landscape mode, create a new package with
|
/system/vold/ |
D | Devmapper.h | 27 static int create(const char *name, const char *loopFile, const char *key,
|
D | Loop.h | 31 static int create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len);
|
D | Loop.cpp | 127 int Loop::create(const char *id, const char *loopFile, char *loopDeviceBuffer, size_t len) { in create() function in Loop
|
D | Devmapper.cpp | 166 int Devmapper::create(const char *name, const char *loopFile, const char *key, in create() function in Devmapper
|
D | VolumeManager.cpp | 108 if (Loop::create(idHash, asecFileName, buffer, len)) { in setupLoopDevice() 126 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, in setupDevMapperDevice() 473 if (Loop::create(idHash, asecFileName, loopDevice, sizeof(loopDevice))) { in createAsec() 485 if (Devmapper::create(idHash, loopDevice, key, numImgSectors, dmDevice, in createAsec()
|
/system/core/include/utils/ |
D | NativeHandle.h | 33 static sp<NativeHandle> create(native_handle_t* handle, bool ownsHandle);
|
D | FileMap.h | 59 bool create(const char* origFileName, int fd,
|
/system/core/libbacktrace/ |
D | BacktraceThread.cpp | 60 ThreadEntry* ThreadEntry::Get(pid_t pid, pid_t tid, bool create) { in Get() argument 71 if (create) { in Get()
|
D | BacktraceThread.h | 39 static ThreadEntry* Get(pid_t pid, pid_t tid, bool create = true);
|
/system/core/libcutils/ |
D | fs.c | 45 goto create; in fs_prepare_dir() 63 create: in fs_prepare_dir()
|
/system/core/init/ |
D | README.BOOTCHART | 13 Otherwise, flash your device, and start it. Then create a file on the /data partition 35 which will use ADB to retrieve them and create a bootchart.tgz file that can be used with
|
/system/core/rootdir/ |
D | init.rc | 3 # IMPORTANT: Do not create world writable files or directories. 29 # create mountpoints 221 # create the lost+found directories, so as to enforce our permissions 250 # create basic filesystem structure 285 # create dalvik-cache, so as to enforce our permissions 289 # create resource-cache and double-check the perms 294 # create the lost+found directories, so as to enforce our permissions 297 # create directory for DRM plug-ins - give drm the read/write access to 301 # create directory for MediaDrm plug-ins - give drm the read/write access to
|
/system/core/libziparchive/ |
D | zip_archive.cc | 333 const bool success = file_map->create(debug_file_name, fd, start, length, read_only); in MapFileSegment()
|
/system/core/adb/ |
D | protocol.txt | 215 service, the bridge program will create a stream socketpair and spawn
|