Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 77) sorted by relevance

1234

/system/vold/
DProcess.cpp35 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink()
52 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { in pathMatchesMountPoint()
87 char path[PATH_MAX]; in checkFileDescriptorSymLinks() local
139 const char* path = strchr(buffer, '/'); in checkFileMaps() local
155 char path[PATH_MAX]; in checkSymLink() local
173 extern "C" void vold_killProcessesWithOpenFiles(const char *path, int action) { in vold_killProcessesWithOpenFiles()
184 void Process::killProcessesWithOpenFiles(const char *path, int action) { in killProcessesWithOpenFiles()
/system/core/libprocessgroup/
Dprocessgroup.cpp46 static int convertUidToPath(char *path, size_t size, uid_t uid) in convertUidToPath()
54 static int convertUidPidToPath(char *path, size_t size, uid_t uid, int pid) in convertUidPidToPath()
67 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; in initCtx() local
150 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; in removeProcessGroup() local
168 char path[PROCESSGROUP_MAX_PATH_LEN]; in removeUidProcessGroups() local
196 char path[PROCESSGROUP_MAX_PATH_LEN]; in removeAllProcessGroups() local
278 static int mkdirAndChown(const char *path, mode_t mode, uid_t uid, gid_t gid) in mkdirAndChown()
299 char path[PROCESSGROUP_MAX_PATH_LEN] = {0}; in createProcessGroup() local
/system/core/libcutils/
Dfs.c40 int fs_prepare_dir(const char* path, mode_t mode, uid_t uid, gid_t gid) { in fs_prepare_dir()
84 int fs_read_atomic_int(const char* path, int* out_value) { in fs_read_atomic_int()
109 int fs_write_atomic_int(const char* path, int value) { in fs_write_atomic_int()
153 int fs_mkdirs(const char* path, mode_t mode) { in fs_mkdirs()
/system/core/fastbootd/other/sign/src/
DSignImg.java51 …private static PrivateKey getPrivateKey(String path) throws IOException, FileNotFoundException, No… in getPrivateKey()
65 …private static MimeBodyPart getContent(String path) throws IOException, FileNotFoundException, Mes… in getContent()
79 …private static CMSProcessableByteArray getCMSContent(String path) throws IOException, FileNotFound… in getCMSContent()
90 …private static X509Certificate readCert(String path) throws IOException, FileNotFoundException, Ce… in readCert()
101 …private static void save(MimeBodyPart content, String path) throws IOException, FileNotFoundExcept… in save()
/system/core/healthd/
DBatteryMonitor.cpp99 int BatteryMonitor::readFromFile(const String8& path, char* buf, size_t size) { in readFromFile()
123 BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String8& path) { in readPowerSupplyType()
151 bool BatteryMonitor::getBooleanField(const String8& path) { in getBooleanField()
165 int BatteryMonitor::getIntField(const String8& path) { in getIntField()
215 String8 path; in update() local
376 String8 path; in init() local
/system/core/adb/
Dsysdeps.h91 static __inline__ int adb_unlink(const char* path) in adb_unlink()
107 static __inline__ int adb_mkdir(const char* path, int mode) in adb_mkdir()
143 static __inline__ int adb_open_mode(const char* path, int options, int mode) in adb_open_mode()
148 static __inline__ int unix_open(const char* path, int options,...) in unix_open()
230 static __inline__ char* adb_dirstart( const char* path ) in adb_dirstart()
243 static __inline__ char* adb_dirstop( const char* path ) in adb_dirstop()
256 static __inline__ int adb_is_absolute_host_path( const char* path ) in adb_is_absolute_host_path()
327 static __inline__ int unix_open(const char* path, int options,...) in unix_open()
398 static __inline__ int adb_unlink(const char* path) in adb_unlink()
405 static __inline__ int adb_creat(const char* path, int mode) in adb_creat()
[all …]
Dfile_sync_service.c83 static int do_stat(int s, const char *path) in do_stat()
103 static int do_list(int s, const char *path) in do_list()
179 static int handle_send_file(int s, char *path, uid_t uid, in handle_send_file()
274 static int handle_send_link(int s, char *path, char *buffer) in handle_send_link()
326 static int do_send(int s, char *path, char *buffer)
386 static int do_recv(int s, const char *path, char *buffer)
Dadb_auth_host.c155 char path[PATH_MAX], info[MAX_PAYLOAD]; in write_public_keyfile() local
285 char path[PATH_MAX]; in get_user_keyfilepath() local
318 char path[PATH_MAX]; in get_user_key() local
343 char *path; in get_vendor_keys() local
402 char path[PATH_MAX]; in adb_auth_get_userkey() local
/system/media/audio_route/
Daudio_route.c74 struct mixer_path *path; member
98 static void path_print(struct audio_route *ar, struct mixer_path *path) in path_print()
177 static int find_ctl_index_in_path(struct mixer_path *path, in find_ctl_index_in_path()
189 static int alloc_path_setting(struct mixer_path *path) in alloc_path_setting()
217 static int path_add_setting(struct audio_route *ar, struct mixer_path *path, in path_add_setting()
244 static int path_add_value(struct audio_route *ar, struct mixer_path *path, in path_add_value()
288 static int path_add_path(struct audio_route *ar, struct mixer_path *path, in path_add_path()
300 static int path_apply(struct audio_route *ar, struct mixer_path *path) in path_apply()
322 static int path_reset(struct audio_route *ar, struct mixer_path *path) in path_reset()
608 struct mixer_path *path; in audio_route_apply_path() local
[all …]
/system/core/fastboot/
Dutil_linux.c37 void get_my_path(char *path) in get_my_path()
/system/core/init/
Ddevices.c64 const char *path; member
91 char *path; member
175 static bool perm_path_matches(const char *path, struct perms_ *dp) in perm_path_matches()
191 static mode_t get_device_perm(const char *path, const char **links, in get_device_perm()
234 static void make_device(const char *path, in make_device()
269 static void add_platform_device(const char *path) in add_platform_device()
305 static struct platform_node *find_platform_device(const char *path) in find_platform_device()
322 static void remove_platform_device(const char *path) in remove_platform_device()
342 static int find_pci_device_prefix(const char *path, char *buf, ssize_t buf_sz) in find_pci_device_prefix()
559 const char *path, int block, int major, int minor, char **links) in handle_device()
[all …]
/system/extras/puncture_fs/
Dpuncture_fs.c47 static u64 get_free_space(const char * const path) { in get_free_space()
138 static bool puncture_fs (const char * const path, const u64 total_size, in puncture_fs()
200 char *path = NULL; in main() local
/system/extras/ext4_utils/
Dcanned_fs_config.c28 const char* path; member
83 void canned_fs_config(const char* path, int dir, in canned_fs_config()
Dsetup_fs.c14 char buf[256], path[128]; in setup_fs() local
/system/core/toolbox/
Dload_policy.c16 const char *path; in load_policy_main() local
Dmknod.c42 char *path = NULL; in mknod_main() local
Dmd5.c15 static int do_md5(const char *path) in do_md5()
Dchmod.c13 void recurse_chmod(char* path, int mode) in recurse_chmod()
Dls.c131 static int listfile_size(const char *path, const char *filename, struct stat *s, in listfile_size()
163 static int listfile_long(const char *path, struct stat *s, int flags) in listfile_long()
238 static int listfile_maclabel(const char *path, struct stat *s) in listfile_maclabel()
Dwipe.c81 static void wipe (const char *path) in wipe()
/system/core/fastbootd/commands/
Dflash.h43 static inline int flash_get_partiton(const char *path) { in flash_get_partiton()
/system/core/toolbox/upstream-netbsd/bin/rmdir/
Drmdir.c96 rm_path(char *path) in rm_path()
/system/extras/f2fs_utils/
Dmake_f2fs_main.c33 static void usage(char *path) in usage()
/system/netd/server/
DInterfaceController.cpp50 char *path; in writeIPv6ProcPath() local
143 char *path; in setMtu() local
/system/core/debuggerd/
Dbacktrace.cpp37 char path[PATH_MAX]; in dump_process_header() local
67 char path[PATH_MAX]; in dump_thread() local

1234