Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3649 auto temp_path = StringPrintf("%smisc/installd/ioctl_check", android_data_dir.c_str()); in check_if_ioctl_feature_is_supported() local
3650 if (access(temp_path.c_str(), F_OK) != 0) { in check_if_ioctl_feature_is_supported()
3651 int fd = open(temp_path.c_str(), O_CREAT | O_TRUNC | O_RDWR | O_CLOEXEC, 0644); in check_if_ioctl_feature_is_supported()
3652 result = set_quota_project_id(temp_path, 0, false) == 0; in check_if_ioctl_feature_is_supported()
3655 remove(temp_path.c_str()); in check_if_ioctl_feature_is_supported()