Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/include/
Dfuse_sideload.h28 static constexpr const char* FUSE_SIDELOAD_HOST_EXIT_FLAG = "exit"; variable
/bootable/recovery/tests/component/
Dsideload_test.cpp101 std::string exit_flag = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG; in TEST()
/bootable/recovery/minadbd/
Dminadbd_services_test.cpp53 exit_flag_ = std::string(mount_point_.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG; in SetUp()
/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp196 } else if (filename == FUSE_SIDELOAD_HOST_EXIT_FLAG) { in handle_lookup()