Home
last modified time | relevance | path

Searched refs:touch (Results 1 – 13 of 13) sorted by relevance

/system/core/crash_reporter/
Dperiodic_scheduler64 [ ! -e "${spool_file}" ] && touch "${spool_file}"
72 touch "${spool_file}"
/system/security/keystore/tests/
DMakefile66 touch $@
105 touch $@
/system/update_engine/
Dtar_bunzip2.gypi35 'tar -xvf "<(RULE_INPUT_PATH)" -C "<(out_dir)" && touch <(out_dir)/<(RULE_INPUT_ROOT).flag',
DAndroid.mk822 tar -jxf $$< -C $$(dir $$@) $$(notdir $$@) && touch $$@)
/system/core/rootdir/
DAndroid.mk158 $(hide) mkdir -p $(dir $@) && rm -rf $(dir $@)*.bcp.dep && touch $@
Dinit.rc184 # change permissions for all cpusets we'll touch at runtime
198 # set system-background to 0775 so SurfaceFlinger can touch it
/system/bt/build/toolchain/gcc/
DBUILD.gn89 command = "touch {{output}}"
/system/keymaster/
DMakefile154 touch $@
186 touch $@
/system/update_engine/sample_images/
Dgenerate_images.sh44 sudo touch "${mntdir}"/empty-file
/system/sepolicy/
Drecovery.te116 # Recovery should never touch /data.
Dapp.te456 # Foreign dex profiles are just markers. Prevent apps to do anything but touch them.
/system/core/sdcard/
Dsdcard.c449 static int touch(char* path, mode_t mode) { in touch() function
985 if (touch(nomedia, 0664) != 0) { in handle_mkdir()
993 if (touch(nomedia, 0664) != 0) { in handle_mkdir()
/system/core/metricsd/uploader/proto/
Dsystem_profile.proto267 // Whether the internal display produces touch events. Omitted if unknown.