Home
last modified time | relevance | path

Searched refs:realpath (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/shell_and_utilities/
H A DREADME.md64 pkill pmap printenv printf prlimit ps pwd pwdx readelf readlink realpath
98 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
132 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
166 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon
198 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev**
226 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
252 readlink realpath renice restorecon rm rmdir rmmod runcon sed **sendevent**
275 pmap printenv printf pwd readlink realpath **renice** restorecon rm rmdir
296 pkill pmap printenv printf pwd readlink realpath restorecon rm rmdir
/aosp14/frameworks/base/api/
H A Ddump_api_shas.sh41 | xargs realpath --relative-to=$(pwd) | xargs dirname | sort | uniq
/aosp14/frameworks/base/tools/locked_region_code_injection/test/
H A Dunit-test.sh26 TOP=$(dirname $(realpath $0))
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp155 static std::string realpath(const std::string& blk_device) { in realpath() function
240 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()
/aosp14/frameworks/base/native/android/
H A Dstorage_manager.cpp146 if (realpath(rawPath, canonicalPath) == NULL) { in mountObb()
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dtsconfig.json75 …": true, /* Disable resolving symlinks to their realpath. This correlates …
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java259 public static String realpath(File path) throws IOException {
261 return Os.realpath(path.getAbsolutePath());
/aosp14/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexManager.java722 String dexPathReal = PackageManagerServiceUtils.realpath(new File(dexPath)); in getDexPackage()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh1262 device=$(adb_su realpath "${b}")