Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 43) sorted by relevance

12

/device/google/cuttlefish_vmm/
Drebuild.sh16 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/
Ddump_touch.sh3 DIR=/data/vendor/dump_touch
4 LOCKFILE="$DIR"/dumping
5 LOGFILE="$DIR"/dump.log
Dpredump_touch.sh3 DIR=/data/vendor/dump_touch
5 LOCKFILE="$DIR"/dumping
6 LOGFILE="$DIR"/dump.log
/device/google/gs-common/soc/
Ddump_memory.cpp32 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()
Ddump_soc.cpp46 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/
Drproc.c27 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/
Ddump_power.cpp64 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/
Duninstall_format_hook.sh6 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
8 rm "${DIR}/../.git/hooks/pre-commit"
Dinstall_format_hook.sh12 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/
Dvport_parser.cpp61 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/
Dmake_manifest.sh80 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/
Ddump_power.cpp66 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/
Dclean.cc58 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(path.c_str()), closedir); in CleanPriorFiles()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc51 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir(parent_path.c_str()), closedir); in FallbackDirs()
/device/linaro/dragonboard/shared/utils/pd-mapper/
Dpd-mapper.c211 DIR *class_dir; in pd_enumerate_jsons()
213 DIR *fw_dir; in pd_enumerate_jsons()
/device/google/zuma/usb/usb/
DUsb.cpp276 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/
DUsb.cpp234 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/
Diio_utils.cpp49 using DirPtr = std::unique_ptr<DIR, decltype(&closedir)>;
86 DIR* tmp = opendir(name.c_str()); in sysfs_opendir()
/device/google/gs-common/fingerprint/
Ddump_fingerprint.cpp26 std::unique_ptr<DIR, decltype(&closedir)> tombstones_dir(opendir(kTombstonesDirPath), closedir); in main()
/device/google/trout/vport_trigger/
Dmain.cpp40 DIR* dir = opendir(sysfs_base); in main()
/device/google/gs101/usb/gadget/
DUsbGadget.cpp469 DIR *dp; in getI2cBusNumber()
500 DIR *dp; in getI2cClientPath()
/device/google/zumapro/usb/usb/
DUsb.cpp880 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/
Dtranslate.c77 DIR *class_dir; in translate_readonly()
/device/google/gs-common/storage/
Ddump_storage.cpp88 std::unique_ptr<DIR, decltype(&closedir)> statdir( in main()
/device/google/sunfish/usb/usb/
DUsb.cpp525 DIR *dp; in getTypeCPortNamesHelper()
745 DIR *dp = in uevent_event()

12