Searched refs:FUSE_SIDELOAD_HOST_EXIT_FLAG (Results 1 – 4 of 4) sorted by relevance
28 static constexpr const char* FUSE_SIDELOAD_HOST_EXIT_FLAG = "exit"; variable
101 std::string exit_flag = std::string(mount_point.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG; in TEST()
53 exit_flag_ = std::string(mount_point_.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG; in SetUp()
196 } else if (filename == FUSE_SIDELOAD_HOST_EXIT_FLAG) { in handle_lookup()