/device/google/cuttlefish_vmm/ |
D | rebuild.sh | 16 DIR="${ANDROID_BUILD_TOP}/device/google/cuttlefish_vmm" 138 rsync -avR "${relative_source_files[@]/#/${DIR}/./}" "${_temp}" 145 ${DIR}/rebuild-docker.sh "${FLAGS_docker_image}" \ 252 tar czv -C "${DIR}" -f - "${relative_source_files[@]}" | \ 311 tar xzv -C ${DIR}/${FLAGS_docker_arch}-linux-gnu -f - 315 grep ^sourceImage: > "${DIR}"/x86_64-linux-gnu/builder_image.txt 340 "${relative_source_files[@]/#/${DIR}/./}" \ 406 custom_manifest="${DIR}/manifest.xml"
|
/device/google/gs-common/touch/predump/ |
D | dump_touch.sh | 3 DIR=/data/vendor/dump_touch 4 LOCKFILE="$DIR"/dumping 5 LOGFILE="$DIR"/dump.log
|
D | predump_touch.sh | 3 DIR=/data/vendor/dump_touch 5 LOCKFILE="$DIR"/dumping 6 LOGFILE="$DIR"/dump.log
|
/device/google/gs-common/soc/ |
D | dump_memory.cpp | 32 std::unique_ptr<DIR, decltype(&closedir)> ion(opendir(path), closedir); in iterate() 44 std::unique_ptr<DIR, decltype(&closedir)> ion2(opendir(base), closedir); in iterate() 71 std::unique_ptr<DIR, decltype(&closedir)> cmadebug(opendir("/sys/kernel/debug/cma/"), closedir); in main()
|
D | dump_soc.cpp | 46 std::unique_ptr<DIR, decltype(&closedir)> cpudir(opendir("/sys/devices/system/cpu/"), closedir); in main() 61 … std::unique_ptr<DIR, decltype(&closedir)> statedir(opendir(cpu_idle_path.c_str()), closedir); in main()
|
/device/linaro/dragonboard/shared/utils/rmtfs/ |
D | rproc.c | 27 DIR *base_dir; in rproc_init_by_modalias() 89 DIR *rproc_dir; in rproc_init_by_mss_driver() 90 DIR *base_dir; in rproc_init_by_mss_driver()
|
/device/google/zuma/dumpstate/ |
D | dump_power.cpp | 64 DIR *dir = opendir(directory); in isValidDir() 80 DIR *dir = opendir(directory); in getFilesInDir() 157 DIR *dir = opendir("/sys/class/power_supply/"); in dumpTcpmPsyUevent() 379 DIR *dir = opendir(config[1]); in dumpBatteryDefend() 415 DIR *dir = opendir(debugfs.c_str()); in printValuesOfDirectory() 560 DIR *dir = opendir(stat[1]); in dumpChargerStats()
|
/device/google/trout/tools/ |
D | uninstall_format_hook.sh | 6 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 8 rm "${DIR}/../.git/hooks/pre-commit"
|
D | install_format_hook.sh | 12 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 18 cp "${DIR}/pre-commit" "${GIT_ROOT}/.git/hooks/pre-commit"
|
/device/generic/goldfish/qemu-props/ |
D | vport_parser.cpp | 61 static void close_dir(DIR *dp) { closedir(dp); } in close_dir() 65 std::unique_ptr<DIR, decltype(&close_dir)> mydp(opendir(cpath), in read_virio_ports_dir()
|
/device/google/cuttlefish/tools/ |
D | make_manifest.sh | 80 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 81 addKVToManifest "Sha" `${DIR}/gen_sha.sh --kernel ${FLAGS_kernel}`
|
/device/google/zumapro/dumpstate/ |
D | dump_power.cpp | 66 DIR *dir = opendir(directory); in isValidDir() 82 DIR *dir = opendir(directory); in getFilesInDir() 363 DIR *dir = opendir(config[1]); in dumpBatteryDefend() 399 DIR *dir = opendir(debugfs.c_str()); in printValuesOfDirectory() 576 DIR *dir = opendir(stat[1]); in dumpChargerStats()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | clean.cc | 58 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(path.c_str()), closedir); in CleanPriorFiles()
|
/device/google/cuttlefish/host/commands/stop/ |
D | main.cc | 51 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(parent_path.c_str()), closedir); in FallbackDirs()
|
/device/linaro/dragonboard/shared/utils/pd-mapper/ |
D | pd-mapper.c | 211 DIR *class_dir; in pd_enumerate_jsons() 213 DIR *fw_dir; in pd_enumerate_jsons()
|
/device/google/zuma/usb/usb/ |
D | Usb.cpp | 276 DIR *dp; in getI2cBusHelper() 789 DIR *dp; in getTypeCPortNamesHelper() 1012 DIR *dp; in queryPartnerSvids() 1254 DIR *dp = in uevent_event() 1410 DIR *dp; in getDisplayPortUsbPathHelper() 1419 DIR *displayPortDp; in getDisplayPortUsbPathHelper()
|
/device/google/gs101/usb/usb/ |
D | Usb.cpp | 234 DIR *dp; in getI2cBusNumber() 265 DIR *dp; in getI2cClientPath() 791 DIR *dp; in getTypeCPortNamesHelper() 1076 DIR *dp = in uevent_event()
|
/device/google/trout/hal/sensors/2.1/ |
D | iio_utils.cpp | 49 using DirPtr = std::unique_ptr<DIR, decltype(&closedir)>; 86 DIR* tmp = opendir(name.c_str()); in sysfs_opendir()
|
/device/google/gs-common/fingerprint/ |
D | dump_fingerprint.cpp | 26 std::unique_ptr<DIR, decltype(&closedir)> tombstones_dir(opendir(kTombstonesDirPath), closedir); in main()
|
/device/google/trout/vport_trigger/ |
D | main.cpp | 40 DIR* dir = opendir(sysfs_base); in main()
|
/device/google/gs101/usb/gadget/ |
D | UsbGadget.cpp | 469 DIR *dp; in getI2cBusNumber() 500 DIR *dp; in getI2cClientPath()
|
/device/google/zumapro/usb/usb/ |
D | Usb.cpp | 880 DIR *dp; in getTypeCPortNamesHelper() 1103 DIR *dp; in queryPartnerSvids() 1344 DIR *dp = in uevent_event() 1500 DIR *dp; in getDisplayPortUsbPathHelper() 1509 DIR *displayPortDp; in getDisplayPortUsbPathHelper()
|
/device/linaro/dragonboard/shared/utils/tqftpserv/ |
D | translate.c | 77 DIR *class_dir; in translate_readonly()
|
/device/google/gs-common/storage/ |
D | dump_storage.cpp | 88 std::unique_ptr<DIR, decltype(&closedir)> statdir( in main()
|
/device/google/sunfish/usb/usb/ |
D | Usb.cpp | 525 DIR *dp; in getTypeCPortNamesHelper() 745 DIR *dp = in uevent_event()
|