Searched refs:realpath (Results 1 – 25 of 37) sorted by relevance
12
81 echo $(realpath $(pwd)/$1)109 preinstalled_path=/$(realpath --relative-to=$ROOT_OUT $src)110 module_path=/$(realpath --relative-to=$ROOT_OUT $dst)
33 export PATH=$(realpath tools)/bin:$PATH34 export LD_LIBRARY_PATH=$(realpath tools)/lib64:$LD_LIBRARY_PATH
37 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)
32 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)
35 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)
36 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)
17 REAL_DEST_PATH=`realpath $DEST_PATH`
30 this_script_path = os.path.dirname(os.path.realpath(__file__))
82 echo file://$(realpath ${HOST_SCRATCH_DIR}/html/index.html)
169 std::string realpath; in Open() local170 if (!android::base::Realpath(path, &realpath)) { in Open()174 return ApexFile(realpath, image_offset, image_size, std::move(*manifest), in Open()
108 pkill pmap printenv printf pwd readlink realpath restorecon rm rmdir129 pmap printenv printf pwd readlink realpath **renice** restorecon rm rmdir152 readlink realpath renice restorecon rm rmdir rmmod runcon sed **sendevent**177 patch pgrep pidof pkill pmap printenv printf ps pwd readlink realpath207 printf **prlimit** ps pwd **pwdx** readlink realpath renice restorecon **rev**239 printf prlimit ps pwd pwdx **readelf** readlink realpath renice restorecon271 printenv printf prlimit ps pwd pwdx readelf readlink realpath renice
48 if (realpath(target_path.c_str(), resolved_path) != nullptr) { in GetRealPath()
35 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
32 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*42 # block device. gsid also calls realpath() to remove symlinks.
50 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*60 # block device. gsid also calls realpath() to remove symlinks.
41 SCRIPTS_PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))172 filepath = os.path.realpath(f.name)
25 THIS_DIR = os.path.realpath(os.path.dirname(__file__))
55 # Needed to stat /data/gsi/* and realpath on /dev/block/by-name/*65 # block device. gsid also calls realpath() to remove symlinks.
146 os.path.dirname(os.path.realpath(__file__)))
80 # Needed for realpath() call to resolve symlinks.
156 static std::string realpath(const std::string& blk_device) { in realpath() function238 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()
58 exec_dir = os.path.dirname(os.path.realpath(sys.argv[0]))
76 # Needed for realpath() call to resolve symlinks.