/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | dd.h | 63 #define ddop_open(dir, a1, a2, ...) dir.ops->op_open(a1, a2, __VA_ARGS__) argument 64 #define ddop_close(dir, a1) dir.ops->op_close(a1) argument 65 #define ddop_fcntl(dir, a1, a2, ...) dir.ops->op_fcntl(a1, a2, __VA_ARGS__) argument 66 #define ddop_ioctl(dir, a1, a2, ...) dir.ops->op_ioctl(a1, a2, __VA_ARGS__) argument 67 #define ddop_fsync(dir, a1) dir.ops->op_fsync(a1) argument 68 #define ddop_ftruncate(dir, a1, a2) dir.ops->op_ftruncate(a1, a2) argument 69 #define ddop_lseek(dir, a1, a2, a3) dir.ops->op_lseek(a1, a2, a3) argument 70 #define ddop_read(dir, a1, a2, a3) dir.ops->op_read(a1, a2, a3) argument 71 #define ddop_write(dir, a1, a2, a3) dir.ops->op_write(a1, a2, a3) argument
|
/system/core/adb/ |
D | remount_service.cpp | 38 static std::string find_mount(const char* dir) { in find_mount() 65 static bool remount_partition(int fd, const char* dir) { in remount_partition()
|
/system/extras/ext4_utils/ |
D | ext4_crypt_init_extensions.cpp | 93 int e4crypt_create_device_key(const char* dir, in e4crypt_create_device_key() 136 int e4crypt_set_directory_policy(const char* dir) in e4crypt_set_directory_policy()
|
D | ext4_crypt.cpp | 60 DIR *dir; in is_dir_empty() local 127 bool e4crypt_non_default_key(const char* dir) in e4crypt_non_default_key()
|
D | unencrypted_properties.cpp | 26 DIR* dir = opendir(folder_.c_str()); in UnencryptedProperties() local
|
D | canned_fs_config.c | 83 void canned_fs_config(const char* path, int dir, const char* target_out_path, in canned_fs_config()
|
/system/core/libcutils/ |
D | fs_config.c | 152 static int fs_config_open(int dir, const char *target_out_path) in fs_config_open() 178 static bool fs_config_cmp(bool dir, const char *prefix, size_t len, in fs_config_cmp() 197 void fs_config(const char *path, int dir, const char *target_out_path, in fs_config()
|
/system/extras/tests/storage/ |
D | opentest.c | 31 char *dir; in main() local
|
/system/core/toolbox/ |
D | lsof.c | 140 DIR *dir = opendir(info->path); in print_fds() local 231 DIR *dir = opendir("/proc"); in lsof_main() local
|
D | mount.c | 165 do_mount(char *dev, char *dir, char *type, unsigned long rwflag, void *data, int loop, in do_mount() 260 static int get_mounts_dev_dir(const char *arg, char **dev, char **dir) in get_mounts_dev_dir() 303 char *dir = NULL; in mount_main() local
|
D | getevent.c | 283 DIR *dir; in print_hid_descriptor() local 478 DIR *dir; in scan_dir() local
|
/system/extras/simpleperf/ |
D | utils.cpp | 57 DIR* dir = opendir(dirpath.c_str()); in GetEntriesInDir() local
|
/system/vold/ |
D | Process.cpp | 89 DIR *dir = opendir(path); in checkFileDescriptorSymLinks() local 181 DIR* dir; in killProcessesWithOpenFiles() local
|
D | MoveTask.cpp | 64 DIR* dir = opendir(path.c_str()); in pushBackContents() local
|
D | VolumeManager.cpp | 517 DIR* dir; in remountUid() local 1300 const char *dir; in renameAsec() local 1576 bool VolumeManager::isAsecInDirectory(const char *dir, const char *asecName) const { in isAsecInDirectory() argument 1607 const char *dir; in findAsec() local
|
/system/extras/libpagemap/ |
D | pm_kernel.c | 64 struct dirent *dir; in pm_kernel_pids() local
|
/system/core/libprocessgroup/ |
D | processgroup.cpp | 168 struct dirent *dir; in removeUidProcessGroups() local 196 struct dirent *dir; in removeAllProcessGroups() local
|
/system/core/debuggerd/ |
D | getevent.cpp | 146 DIR* dir; in scan_dir() local
|
/system/netd/server/ |
D | InterfaceController.cpp | 64 DIR* dir = opendir(dirname); in setOnAllInterfaces() local
|
/system/extras/puncture_fs/ |
D | puncture_fs.c | 121 static bool create_unique_dir(char *dir, const char * const root_path) { in create_unique_dir()
|
/system/core/init/ |
D | bootchart.cpp | 118 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir("/proc"), closedir); in do_log_procs() local
|
D | property_service.cpp | 439 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(PERSISTENT_PROPERTY_DIR), closedir); in load_persistent_properties() local
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 117 char *d, *dir = NULL; in grep_tree() local
|
/system/core/healthd/ |
D | BatteryMonitor.cpp | 380 DIR* dir = opendir(POWER_SUPPLY_SYSFS_PATH); in init() local
|
/system/extras/latencytop/ |
D | latencytop.c | 204 DIR *dir; in read_process_stats() local
|