Searched refs:realpath (Results 1 – 9 of 9) sorted by relevance
64 pkill pmap printenv printf prlimit ps pwd pwdx readelf readlink realpath98 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice132 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice166 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon198 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev**226 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath252 readlink realpath renice restorecon rm rmdir rmmod runcon sed **sendevent**275 pmap printenv printf pwd readlink realpath **renice** restorecon rm rmdir296 pkill pmap printenv printf pwd readlink realpath restorecon rm rmdir
41 | xargs realpath --relative-to=$(pwd) | xargs dirname | sort | uniq
26 TOP=$(dirname $(realpath $0))
155 static std::string realpath(const std::string& blk_device) { in realpath() function240 LINFO << "Not running " << E2FSCK_BIN << " on " << realpath(blk_device) in check_fs()243 LINFO << "Running " << E2FSCK_BIN << " on " << realpath(blk_device); in check_fs()269 LINFO << "Not running " << F2FS_FSCK_BIN << " on " << realpath(blk_device) in check_fs()274 << realpath(blk_device); in check_fs()280 << realpath(blk_device); in check_fs()949 << " blk_dev=" << realpath(fstab[i].blk_device) << " rec[" << i in mount_with_alternatives()1545 LERROR << __FUNCTION__ << "(): " << realpath(current_entry.blk_device) in fs_mgr_mount_all()
146 if (realpath(rawPath, canonicalPath) == NULL) { in mountObb()
75 …": true, /* Disable resolving symlinks to their realpath. This correlates …
259 public static String realpath(File path) throws IOException {261 return Os.realpath(path.getAbsolutePath());
722 String dexPathReal = PackageManagerServiceUtils.realpath(new File(dexPath)); in getDexPackage()
1262 device=$(adb_su realpath "${b}")