Home
last modified time | relevance | path

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

12

/system/linkerconfig/testdata/
Dprepare_root.sh81 echo $(realpath $(pwd)/$1)
109 preinstalled_path=/$(realpath --relative-to=$ROOT_OUT $src)
110 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/chre/external/tflm/
Dtflm_sync_srcs.sh17 REAL_DEST_PATH=`realpath $DEST_PATH`
/system/extras/systrace_analysis/
Danalyze_trace.py30 this_script_path = os.path.dirname(os.path.realpath(__file__))
/system/core/fs_mgr/libsnapshot/
Dfuzz.sh82 echo file://$(realpath ${HOST_SCRATCH_DIR}/html/index.html)
/system/apex/apexd/
Dapex_file.cpp169 std::string realpath; in Open() local
170 if (!android::base::Realpath(path, &realpath)) { in Open()
174 return ApexFile(realpath, image_offset, image_size, std::move(*manifest), in Open()
/system/core/shell_and_utilities/
DREADME.md108 pkill pmap printenv printf pwd readlink realpath restorecon rm rmdir
129 pmap printenv printf pwd readlink realpath **renice** restorecon rm rmdir
152 readlink realpath renice restorecon rm rmdir rmmod runcon sed **sendevent**
177 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath
207 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev**
239 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon
271 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
/system/linkerconfig/generator/
Dvariableloader.cc48 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/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/inferno/
Dinferno.py41 SCRIPTS_PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
172 filepath = os.path.realpath(f.name)
/system/extras/simpleperf/scripts/
Dupdate.py25 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
/system/sepolicy/private/
Dgsid.te55 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*
65 # block device. gsid also calls realpath() to remove symlinks.
/system/sepolicy/prebuilts/api/31.0/private/
Dgsid.te55 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*
65 # block device. gsid also calls realpath() to remove symlinks.
/system/libziparchive/
Dtest_ziparchive_large.py146 os.path.dirname(os.path.realpath(__file__)))
/system/sepolicy/prebuilts/api/29.0/public/
Dfastbootd.te80 # Needed for realpath() call to resolve symlinks.
/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()
898 << " blk_dev=" << realpath(fstab[i].blk_device) << " rec[" << i in mount_with_alternatives()
1531 LERROR << __FUNCTION__ << "(): " << realpath(current_entry.blk_device) in fs_mgr_mount_all()
/system/extras/ext4_utils/
Dmkuserimg_mke2fs.py58 exec_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
/system/sepolicy/prebuilts/api/31.0/public/
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.
/system/sepolicy/public/
Dfastbootd.te76 # Needed for realpath() call to resolve symlinks.

12