/system/core/vold/ |
D | ProcessKiller.c | 46 length = readlink(path, link, PATH_MAX - 1); in ReadSymLink() 69 static void GetProcessName(int pid, char buffer[PATH_MAX]) in GetProcessName() argument 77 int length = read(fd, buffer, PATH_MAX - 1); in GetProcessName() 88 char path[PATH_MAX]; in CheckFileDescriptorSymLinks() 89 char link[PATH_MAX]; in CheckFileDescriptorSymLinks() 113 char name[PATH_MAX]; in CheckFileDescriptorSymLinks() 127 char buffer[PATH_MAX + 100]; in CheckFileMaps() 141 char name[PATH_MAX]; in CheckFileMaps() 154 char path[PATH_MAX]; in CheckSymLink() 155 char link[PATH_MAX]; in CheckSymLink() [all …]
|
/system/core/adb/ |
D | get_my_path_windows.c | 21 void get_my_path(char exe[PATH_MAX]) in get_my_path() argument 25 GetModuleFileName( NULL, exe, PATH_MAX-1 ); in get_my_path() 26 exe[PATH_MAX-1] = 0; in get_my_path()
|
D | get_my_path_linux.c | 22 void get_my_path(char exe[PATH_MAX]) in get_my_path() argument 26 int err = readlink(proc, exe, PATH_MAX - 1); in get_my_path()
|
D | get_my_path_darwin.c | 20 void get_my_path(char s[PATH_MAX]) in get_my_path() argument 28 CFStringGetCString(value, s, PATH_MAX - 1, kCFStringEncodingUTF8); in get_my_path()
|
D | commandline.c | 53 void get_my_path(char s[PATH_MAX]); 615 char path_buf[PATH_MAX]; in top_works() 623 static char *find_top_from(const char *indir, char path_buf[PATH_MAX]) in find_top_from() argument 640 static char *find_top(char path_buf[PATH_MAX]) in find_top() argument 670 char dir[PATH_MAX]; in find_top() 696 static char path_buf[PATH_MAX]; in find_product_out_path() 731 char top_buf[PATH_MAX]; in find_product_out_path() 1248 char to[PATH_MAX]; in install_app()
|
D | usb_vendors.c | 93 char temp[PATH_MAX]; in usb_vendors_init()
|
D | adb.h | 239 void get_my_path(char s[PATH_MAX]);
|
D | adb.c | 663 char path[PATH_MAX]; in start_device_log() 777 char path[PATH_MAX]; in launch_server()
|
D | file_sync_client.c | 619 char stat_path[PATH_MAX]; in local_build_list()
|
/system/core/fastboot/ |
D | util_windows.c | 39 void get_my_path(char exe[PATH_MAX]) in get_my_path() argument 43 GetModuleFileName( NULL, exe, PATH_MAX-1 ); in get_my_path() 44 exe[PATH_MAX-1] = 0; in get_my_path()
|
D | util_osx.c | 32 void get_my_path(char s[PATH_MAX]) in get_my_path() argument 41 CFStringGetCString(value, s, PATH_MAX - 1, kCFStringEncodingUTF8); in get_my_path()
|
D | util_linux.c | 43 int err = readlink(proc, path, PATH_MAX - 1); in get_my_path()
|
D | fastboot.c | 79 char path[PATH_MAX + 128]; in find_item()
|
/system/core/toolbox/ |
D | wipe.c | 11 #ifndef PATH_MAX 12 #define PATH_MAX 4096 macro 78 static char nameBuffer[PATH_MAX];
|
D | mv.c | 33 char fullDest[PATH_MAX + 1 + PATH_MAX + 1]; in mv_main()
|
D | rm.c | 40 char dn[PATH_MAX]; in unlink_recursive()
|
D | getevent.c | 230 char devname[PATH_MAX]; in read_notify() 271 char devname[PATH_MAX]; in scan_dir()
|
/system/core/debuggerd/ |
D | getevent.c | 96 char devname[PATH_MAX]; in read_notify() 137 char devname[PATH_MAX]; in scan_dir()
|
/system/core/init/ |
D | property_service.c | 251 char path[PATH_MAX]; in write_persistent_property() 453 char path[PATH_MAX]; in load_persistent_properties()
|
/system/core/libcutils/ |
D | dir_hash.c | 57 char buf[PATH_MAX]; in get_file_hash()
|
/system/extras/tests/sdcard/ |
D | sysutil.cpp | 415 char name_buffer[PATH_MAX]; in resetDirectory()
|
/system/core/libacc/ |
D | acc.cpp | 6158 char path[PATH_MAX]; in accScriptSource()
|