/system/vold/ |
D | Checkpoint.cpp | 518 log_sector_v1_0& ls = *reinterpret_cast<log_sector_v1_0*>(&ls_buffer[0]); in restoreSector() local 519 uint32_t index = le - ((log_entry*)&ls_buffer[ls.header_size]); in restoreSector() 525 ls.count = index + 1; in restoreSector() 526 ls.magic = kPartialRestoreMagic; in restoreSector() 527 write(device_fd, &ls_buffer[0], ls.block_size); in restoreSector() 535 if (index == 0 && ls.sequence != 0) { in restoreSector() 606 log_sector_v1_0& ls = *reinterpret_cast<log_sector_v1_0*>(&ls_buffer[0]); in cp_restoreCheckpoint() local 611 if (ls.magic != kMagic && (ls.magic != kPartialRestoreMagic || validating)) { in cp_restoreCheckpoint() 617 if (ls.block_size != original_ls.block_size) { in cp_restoreCheckpoint() 623 if ((int)ls.sequence != sequence) { in cp_restoreCheckpoint() [all …]
|
/system/apex/apexer/ |
D | runtests.sh | 122 [ `sudo ls -Z ${output_dir}/mnt/file1 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 123 [ `sudo ls -Z ${output_dir}/mnt/file2 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 124 [ `sudo ls -d -Z ${output_dir}/mnt/sub/ | cut -d ' ' -f 1` = "u:object_r:sub_file:s0" ] 125 [ `sudo ls -Z ${output_dir}/mnt/sub/file3 | cut -d ' ' -f 1` = "u:object_r:file3_file:s0" ] 126 [ `sudo ls -Z ${output_dir}/mnt/apex_manifest.json | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ] 127 [ `sudo ls -Z ${output_dir}/mnt/sym1 | cut -d ' ' -f 1` = "u:object_r:root_file:s0" ]
|
/system/extras/power_profile/gps_on/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/power_profile/camera_avg/ |
D | gradlew | 55 ls=`ls -ld "$PRG"` 56 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew | 50 ls=`ls -ld "$PRG"` 51 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradlew | 14 ls=`ls -ld "$PRG"` 15 link=`expr "$ls" : '.*-> \(.*\)$'`
|
/system/core/adb/ |
D | adb.bash | 199 COMMAND=$(command adb ${args[@]} shell ls $paths '2>' /dev/null | tr -d '\r' | { 211 ls) 417 if [[ $( command adb ${args[@]} shell ls -dF / '2>/dev/null' | tr -d '\r' ) == "d /" ]] ; then 419 … command adb ${args[@]} shell ls -dF ${file}"*" '2>' /dev/null 2> /dev/null | tr -d '\r' | { 433 command adb ${args[@]} shell ls -dp ${file}"*" '2>/dev/null' 2> /dev/null | tr -d '\r'
|
/system/libufdt/utils/tests/ |
D | mkdtboimg_testdata.sh | 84 for x in `ls -1 ${MKDTIMG_DUMP}.*` 97 for x in `ls -1 ${MKDTIMG_DUMP}.*`
|
/system/tools/hidl/test/error_test/ |
D | hidl_error_test.sh | 16 for dir in $(ls -d $HIDL_ERROR_TEST_DIR/*/); do
|
/system/core/shell_and_utilities/ |
D | README.md | 41 iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv 52 iftop insmod ioctl ionice kill ln log ls lsmod lsof mkdir mount mv 64 load\_policy log ls lsmod lsof md5 mkdir mount mv nandread netstat notify 76 load\_policy log ls lsmod lsof md5 mkdir mkswap mount mv nandread netstat 87 getsebool hd id ifconfig iftop insmod ioctl ionice load\_policy log ls 98 toolbox: df getevent iftop ioctl ionice log ls lsof mount nandread 125 insmod ionice iorenice kill killall load\_policy ln logname losetup ls 148 losetup ls lsmod lsof lspci lsusb md5sum microcom mkdir mkfifo mknod 173 insmod ionice iorenice kill killall ln load\_policy log logname losetup ls 202 losetup ls lsattr lsmod lsof lspci lsusb makedevs md5sum microcom
|
/system/bt/stack/avdt/ |
D | avdt_int.h | 986 #define AVDT_BLD_LAYERSPEC(ls, msg, label) ls = (((label) << 4) | (msg)) argument 988 #define AVDT_LAYERSPEC_LABEL(ls) ((uint8_t)((ls) >> 4)) argument 990 #define AVDT_LAYERSPEC_MSG(ls) ((uint8_t)((ls)&0x000F)) argument
|
/system/core/liblog/ |
D | fake_log_device.cpp | 153 LogState* ls; in deleteFakeFd() local 157 ls = fdToLogState(fd); in deleteFakeFd() 158 if (ls != NULL) { in deleteFakeFd()
|
/system/core/logcat/ |
D | logpersist | 78 su ${log_uid} ls "${data%/*}" |
|
/system/core/fs_mgr/tests/ |
D | adb-remount-test.sh | 643 adb_sh ls -l /dev/block/by-name/ </dev/null 2>/dev/null | 693 adb_sh ls -d /sys/module/overlay </dev/null >/dev/null 2>/dev/null || 702 adb_su ls /sys/module/overlay/parameters/override_creds </dev/null >/dev/null 2>/dev/null && 728 if adb_sh ls -d /${d}/overlay </dev/null >/dev/null 2>/dev/null; then 887 if adb_sh ls -d /${d}/overlay/system/upper </dev/null >/dev/null 2>/dev/null; then
|
/system/security/keystore/ |
D | test-keystore | 57 run adb shell ls -al /data/misc/keystore
|
/system/update_engine/sample_images/ |
D | generate_images.sh | 193 ls -lZ "\$0" | grep -F ' u:object_r:postinstall_file:s0 ' || exit 5
|
/system/extras/tests/workloads/ |
D | defs.sh | 80 if ls /etc/* 2>/dev/null | grep -q android.hardware; then
|
D | pwrtest.sh | 143 dircontents=$(adb ls $stdest 2>/dev/null)
|
/system/extras/app-launcher/ |
D | app-launcher | 306 system_block_device=$($adb shell ls -l /dev/block/by-name/system | awk '{ print $10 }')
|
/system/extras/simpleperf/doc/ |
D | README.md | 625 # Start a child process running `ls`, and stat it. 626 $ simpleperf stat ls 646 # Stat until the child process running `ls` finishes. 647 $ simpleperf stat ls 724 # Record a child process running `ls`. 725 $ simpleperf record ls 769 # Record until the child process running `ls` finishes. 770 $ simpleperf record ls
|
/system/bt/stack/l2cap/ |
D | l2c_fcr.cc | 989 uint16_t ls; in process_reqseq() local 1039 ls = p_tmp->layer_specific & L2CAP_FCR_SAR_BITS; in process_reqseq() 1041 if ((ls == L2CAP_FCR_UNSEG_SDU) || (ls == L2CAP_FCR_END_SDU)) in process_reqseq()
|