Home
last modified time | relevance | path

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

12

/system/linkerconfig/testdata/
Dprepare_root.sh81 echo $(realpath $(pwd)/$1)
105 preinstalled_path=/$(realpath --relative-to=$ROOT_OUT $src)
106 module_path=/$(realpath --relative-to=$ROOT_OUT $dst)
/system/linkerconfig/
Drundiff.sh33 export PATH=$(realpath tools)/bin:$PATH
34 export LD_LIBRARY_PATH=$(realpath tools)/lib64:$LD_LIBRARY_PATH
/system/timezone/
Dupdate-tzdata.py37 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
42 zone_compactor_dir = os.path.realpath('%s/system/timezone/input_tools/android' % android_build_top)
45 timezone_input_tools_dir = os.path.realpath('%s/input_tools' % timezone_dir)
46 timezone_input_data_dir = os.path.realpath('%s/input_data' % timezone_dir)
Ddownload-iana-files.py32 iana_data_dir = os.path.realpath('%s/system/timezone/input_data/iana' % android_build_top)
33 iana_tools_dir = os.path.realpath('%s/system/timezone/input_tools/iana' % android_build_top)
/system/timezone/debug_tools/host/
Ddump-tzdata.py35 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
40 debug_tools_dir = os.path.realpath('%s/system/timezone/debug_tools/host' % android_build_top)
Dvisualize_zone_trees.py36 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
41 debug_tools_dir = os.path.realpath('%s/system/timezone/debug_tools/host' % android_build_top)
/system/core/adb/coverage/
Dshow.sh5 OUTPUT_DIR=$(realpath $(dirname "$0"))
Dreport.sh5 OUTPUT_DIR=$(realpath $(dirname "$0"))
/system/extras/systrace_analysis/
Danalyze_trace.py30 this_script_path = os.path.dirname(os.path.realpath(__file__))
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh34 real_dev=$(realpath $dev)
/system/core/fs_mgr/libsnapshot/
Dfuzz.sh82 echo file://$(realpath ${HOST_SCRATCH_DIR}/html/index.html)
/system/core/shell_and_utilities/
DREADME.md107 pkill pmap printenv printf pwd readlink realpath restorecon rm rmdir
128 pmap printenv printf pwd readlink realpath renice restorecon rm rmdir
151 readlink realpath renice restorecon rm rmdir rmmod runcon sed sendevent
176 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
206 printf prlimit ps pwd pwdx readlink realpath renice restorecon rev
238 printf prlimit ps pwd pwdx readelf readlink realpath renice restorecon
/system/linkerconfig/generator/
Dvariableloader.cc84 if (realpath(target_path.c_str(), resolved_path) != nullptr) { in GetRealPath()
/system/timezone/distro/tools/
Dcreate-distro.py35 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
/system/sepolicy/prebuilts/api/29.0/private/
Dgsid.te32 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*
42 # block device. gsid also calls realpath() to remove symlinks.
/system/extras/simpleperf/scripts/inferno/
Dinferno.py40 SCRIPTS_PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
168 filepath = os.path.realpath(f.name)
/system/sepolicy/private/
Dgsid.te50 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*
60 # block device. gsid also calls realpath() to remove symlinks.
/system/sepolicy/prebuilts/api/30.0/private/
Dgsid.te50 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*
60 # block device. gsid also calls realpath() to remove symlinks.
/system/extras/simpleperf/scripts/
Dupdate.py25 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
Dutils.py33 return os.path.dirname(os.path.realpath(__file__))
810 path = os.path.realpath(arg)
824 path = os.path.realpath(arg)
/system/libziparchive/
Dtest_ziparchive_large.py146 os.path.dirname(os.path.realpath(__file__)))
/system/core/fs_mgr/
Dfs_mgr.cpp156 static std::string realpath(const std::string& blk_device) { in realpath() function
238 LINFO << "Not running " << E2FSCK_BIN << " on " << realpath(blk_device) in check_fs()
241 LINFO << "Running " << E2FSCK_BIN << " on " << realpath(blk_device); in check_fs()
268 << realpath(blk_device); in check_fs()
273 << realpath(blk_device); in check_fs()
855 << " blk_dev=" << realpath(fstab[i].blk_device) << " rec[" << i in mount_with_alternatives()
1468 LERROR << __FUNCTION__ << "(): " << realpath(current_entry.blk_device) in fs_mgr_mount_all()
/system/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te80 # Needed for realpath() call to resolve symlinks.
/system/sepolicy/public/
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.
/system/sepolicy/prebuilts/api/30.0/public/
Dfastbootd.te86 # Needed for realpath() call to resolve symlinks.

12